Html Css Color HEX #C78119 Ochre

📋 copy color: '#C78119'

red 199 ◦ green 129 ◦ blue 25

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

Shades of Ochre #C78119

Tints of Ochre #C78119

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.54%

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

R = 56.37%
G = 36.54%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C78119 (or 0xC78119) is known color: Ochre. HEX triplet: C7, 81 and 19. RGB value is (199,129,25). Sum of RGB (Red+Green+Blue) = 199+129+25=353 (46% of max value = 765). Red value is 199 (78.12% from 255 or 56.37% from 353); Green value is 129 (50.78% from 255 or 36.54% from 353); Blue value is 25 (10.16% from 255 or 7.08% from 353); Max value from RGB is 199 - color contains mainly: red. Hex color #C78119 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78119 is #387EE6. Grayscale: #8A8A8A. Windows color (decimal): -3702503 or 1671623. OLE color: 1671623.

HSL color Cylindrical-coordinate representation of color #C78119: hue angle of 35.86º 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 #C78119 is Cyan = 0, Magento = 0.35, Yellow = 0.87 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 129 25 -
CMYK 0 0.35 0.87 0.22
HSL 35.86º 0.78% 0.44% -
HSV(B) 35.86º 0.87% 0.78% -
XYZ 31.58 27.91 4.64 -
YUV 138.07 64.19 171.46 -
System Red Green Blue C M Y K H S L
Decimal 199 129 25 0 0.35 0.87 0.22 35.86 0.78 0.44
Hex C7 81 19 0 23 57 16 24 4E 2C
Octal 307 201 31 0 43 127 26 44 116 54
Binary 11000111 10000001 11001 0 100011 1010111 10110 100100 1001110 101100

Color Harmonies of #C78119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78119

Black with #C78119

Text Example


Text Example

White with #C78119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78119; }

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

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

background-color css

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

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

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

border-color css

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

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

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