Html Css Color HEX #C78419 Ochre

📋 copy color: '#C78419'

red 199 ◦ green 132 ◦ blue 25

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

Shades of Ochre #C78419

Tints of Ochre #C78419

RGB

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

 GREEN value IS 132 (51.95% from 255) = 37.08%

 BLUE value IS 25 (10.16% from 255) = 7.02%

R = 55.9%
G = 37.08%
B = 7.02%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C78419 (or 0xC78419) is known color: Ochre. HEX triplet: C7, 84 and 19. RGB value is (199,132,25). Sum of RGB (Red+Green+Blue) = 199+132+25=356 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.90% from 356); Green value is 132 (51.95% from 255 or 37.08% from 356); Blue value is 25 (10.16% from 255 or 7.02% from 356); Max value from RGB is 199 - color contains mainly: red. Hex color #C78419 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78419 is #387BE6. Grayscale: #8C8C8C. Windows color (decimal): -3701735 or 1672391. OLE color: 1672391.

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

Color convert

RGB 199 132 25 -
CMYK 0 0.34 0.87 0.22
HSL 36.9º 0.78% 0.44% -
HSV(B) 36.9º 0.87% 0.78% -
XYZ 31.98 28.71 4.78 -
YUV 139.84 63.2 170.2 -
System Red Green Blue C M Y K H S L
Decimal 199 132 25 0 0.34 0.87 0.22 36.9 0.78 0.44
Hex C7 84 19 0 22 57 16 25 4E 2C
Octal 307 204 31 0 42 127 26 45 116 54
Binary 11000111 10000100 11001 0 100010 1010111 10110 100101 1001110 101100

Color Harmonies of #C78419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78419

Black with #C78419

Text Example


Text Example

White with #C78419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78419; }

 p { color: rgb(199,132,25); }

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

background-color css

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

 a { background-color: rgb(199,132,25); }

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

border-color css

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

 span { border-color: rgb(199,132,25); }

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