Html Css Color HEX #C78519 Ochre

📋 copy color: '#C78519'

red 199 ◦ green 133 ◦ blue 25

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

Shades of Ochre #C78519

Tints of Ochre #C78519

RGB

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

 GREEN value IS 133 (52.34% from 255) = 37.25%

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

R = 55.74%
G = 37.25%
B = 7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.87

 K value IS 0.22

RGB Variations

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

Color information

#C78519 (or 0xC78519) is known color: Ochre. HEX triplet: C7, 85 and 19. RGB value is (199,133,25). Sum of RGB (Red+Green+Blue) = 199+133+25=357 (47% of max value = 765). Red value is 199 (78.12% from 255 or 55.74% from 357); Green value is 133 (52.34% from 255 or 37.25% from 357); Blue value is 25 (10.16% from 255 or 7.00% from 357); Max value from RGB is 199 - color contains mainly: red. Hex color #C78519 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #C78519 is #387AE6. Grayscale: #8C8C8C. Windows color (decimal): -3701479 or 1672647. OLE color: 1672647.

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

Color convert

RGB 199 133 25 -
CMYK 0 0.33 0.87 0.22
HSL 37.24º 0.78% 0.44% -
HSV(B) 37.24º 0.87% 0.78% -
XYZ 32.12 28.99 4.82 -
YUV 140.42 62.87 169.78 -
System Red Green Blue C M Y K H S L
Decimal 199 133 25 0 0.33 0.87 0.22 37.24 0.78 0.44
Hex C7 85 19 0 21 57 16 25 4E 2C
Octal 307 205 31 0 41 127 26 45 116 54
Binary 11000111 10000101 11001 0 100001 1010111 10110 100101 1001110 101100

Color Harmonies of #C78519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78519

Black with #C78519

Text Example


Text Example

White with #C78519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78519; }

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

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

background-color css

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

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

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

border-color css

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

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

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