Html Css Color HEX #C78017 Ochre

📋 copy color: '#C78017'

red 199 ◦ green 128 ◦ blue 23

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

Shades of Ochre #C78017

Tints of Ochre #C78017

RGB

 RED value IS 199 (78.13% from 255) = 56.86%

 GREEN value IS 128 (50.39% from 255) = 36.57%

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

R = 56.86%
G = 36.57%
B = 6.57%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.88

 K value IS 0.22

RGB Variations

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

Color information

#C78017 (or 0xC78017) is known color: Ochre. HEX triplet: C7, 80 and 17. RGB value is (199,128,23). Sum of RGB (Red+Green+Blue) = 199+128+23=350 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.86% from 350); Green value is 128 (50.39% from 255 or 36.57% from 350); Blue value is 23 (9.38% from 255 or 6.57% from 350); Max value from RGB is 199 - color contains mainly: red. Hex color #C78017 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78017 is #387FE8. Grayscale: #898989. Windows color (decimal): -3702761 or 1540295. OLE color: 1540295.

HSL color Cylindrical-coordinate representation of color #C78017: hue angle of 35.8º degrees, saturation: 0.79, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #C78017 is Cyan = 0, Magento = 0.36, Yellow = 0.88 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 128 23 -
CMYK 0 0.36 0.88 0.22
HSL 35.8º 0.79% 0.44% -
HSV(B) 35.8º 0.88% 0.78% -
XYZ 31.43 27.64 4.49 -
YUV 137.26 63.52 172.04 -
System Red Green Blue C M Y K H S L
Decimal 199 128 23 0 0.36 0.88 0.22 35.8 0.79 0.44
Hex C7 80 17 0 24 58 16 24 4F 2C
Octal 307 200 27 0 44 130 26 44 117 54
Binary 11000111 10000000 10111 0 100100 1011000 10110 100100 1001111 101100

Color Harmonies of #C78017

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78017

Black with #C78017

Text Example


Text Example

White with #C78017

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78017; }

 p { color: rgb(199,128,23); }

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

background-color css

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

 a { background-color: rgb(199,128,23); }

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

border-color css

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

 span { border-color: rgb(199,128,23); }

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