Html Css Color HEX #C27917 Ochre

📋 copy color: '#C27917'

red 194 ◦ green 121 ◦ blue 23

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

Shades of Ochre #C27917

Tints of Ochre #C27917

RGB

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

 GREEN value IS 121 (47.66% from 255) = 35.8%

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

R = 57.4%
G = 35.8%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.24

RGB Variations

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

Color information

#C27917 (or 0xC27917) is known color: Ochre. HEX triplet: C2, 79 and 17. RGB value is (194,121,23). Sum of RGB (Red+Green+Blue) = 194+121+23=338 (44% of max value = 765). Red value is 194 (76.17% from 255 or 57.40% from 338); Green value is 121 (47.66% from 255 or 35.80% from 338); Blue value is 23 (9.38% from 255 or 6.80% from 338); Max value from RGB is 194 - color contains mainly: red. Hex color #C27917 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C27917 is #3D86E8. Grayscale: #848484. Windows color (decimal): -4032233 or 1538498. OLE color: 1538498.

HSL color Cylindrical-coordinate representation of color #C27917: hue angle of 34.39º 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 #C27917 is Cyan = 0, Magento = 0.38, Yellow = 0.88 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 121 23 -
CMYK 0 0.38 0.88 0.24
HSL 34.39º 0.79% 0.43% -
HSV(B) 34.39º 0.88% 0.76% -
XYZ 29.24 25.21 4.13 -
YUV 131.66 66.68 172.47 -
System Red Green Blue C M Y K H S L
Decimal 194 121 23 0 0.38 0.88 0.24 34.39 0.79 0.43
Hex C2 79 17 0 26 58 18 22 4F 2B
Octal 302 171 27 0 46 130 30 42 117 53
Binary 11000010 1111001 10111 0 100110 1011000 11000 100010 1001111 101011

Color Harmonies of #C27917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C27917

Black with #C27917

Text Example


Text Example

White with #C27917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C27917; }

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

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

background-color css

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

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

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

border-color css

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

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

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