Html Css Color HEX #C27217 Ochre

📋 copy color: '#C27217'

red 194 ◦ green 114 ◦ blue 23

#C27217
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ochre #C27217

Tints of Ochre #C27217

RGB

 RED value IS 194 (76.17% from 255) = 58.61%

 GREEN value IS 114 (44.92% from 255) = 34.44%

 BLUE value IS 23 (9.38% from 255) = 6.95%

R = 58.61%
G = 34.44%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C27217 (or 0xC27217) is known color: Ochre. HEX triplet: C2, 72 and 17. RGB value is (194,114,23). Sum of RGB (Red+Green+Blue) = 194+114+23=331 (43% of max value = 765). Red value is 194 (76.17% from 255 or 58.61% from 331); Green value is 114 (44.92% from 255 or 34.44% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 194 - color contains mainly: red. Hex color #C27217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27217 is #3D8DE8. Grayscale: #7F7F7F. Windows color (decimal): -4034025 or 1536706. OLE color: 1536706.

HSL color Cylindrical-coordinate representation of color #C27217: hue angle of 31.93º degrees, saturation: 0.79, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C27217 is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 114 23 -
CMYK 0 0.41 0.88 0.24
HSL 31.93º 0.79% 0.43% -
HSV(B) 31.93º 0.88% 0.76% -
XYZ 28.42 23.57 3.86 -
YUV 127.55 69 175.4 -
System Red Green Blue C M Y K H S L
Decimal 194 114 23 0 0.41 0.88 0.24 31.93 0.79 0.43
Hex C2 72 17 0 29 58 18 20 4F 2B
Octal 302 162 27 0 51 130 30 40 117 53
Binary 11000010 1110010 10111 0 101001 1011000 11000 100000 1001111 101011

Color Harmonies of #C27217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27217

Black with #C27217

Text Example


Text Example

White with #C27217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27217; }

 p { color: rgb(194,114,23); }

 H1.HeaderClassName
 {
   color: #C27217;
 }
 .AnyTagClassName
 {
   color: #C27217;
 }
</style>

background-color css

<style>
 a { background-color: #C27217; }

 a { background-color: rgb(194,114,23); }

 div.DivClassName
 {
   background-color: #C27217;
 }
 .BgClassName
 {
   background-color: #C27217;
 }
</style>

border-color css

<style>
 span { border-color: #C27217; }

 span { border-color: rgb(194,114,23); }

 td.TdClassName
 {
   border-color: #C27217;
 }
 .TagClassName
 {
   border-color: #C27217;
 }
</style>