Html Css Color HEX #C07619 Ochre

📋 copy color: '#C07619'

red 192 ◦ green 118 ◦ blue 25

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

Shades of Ochre #C07619

Tints of Ochre #C07619

RGB

 RED value IS 192 (75.39% from 255) = 57.31%

 GREEN value IS 118 (46.48% from 255) = 35.22%

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

R = 57.31%
G = 35.22%
B = 7.46%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.87

 K value IS 0.25

RGB Variations

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

Color information

#C07619 (or 0xC07619) is known color: Ochre. HEX triplet: C0, 76 and 19. RGB value is (192,118,25). Sum of RGB (Red+Green+Blue) = 192+118+25=335 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.31% from 335); Green value is 118 (46.48% from 255 or 35.22% from 335); Blue value is 25 (10.16% from 255 or 7.46% from 335); Max value from RGB is 192 - color contains mainly: red. Hex color #C07619 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07619 is #3F89E6. Grayscale: #818181. Windows color (decimal): -4164071 or 1668800. OLE color: 1668800.

HSL color Cylindrical-coordinate representation of color #C07619: hue angle of 33.41º degrees, saturation: 0.77, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #C07619 is Cyan = 0, Magento = 0.39, Yellow = 0.87 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 118 25 -
CMYK 0 0.39 0.87 0.25
HSL 33.41º 0.77% 0.43% -
HSV(B) 33.41º 0.87% 0.75% -
XYZ 28.39 24.23 4.1 -
YUV 129.52 69.02 172.56 -
System Red Green Blue C M Y K H S L
Decimal 192 118 25 0 0.39 0.87 0.25 33.41 0.77 0.43
Hex C0 76 19 0 27 57 19 21 4D 2B
Octal 300 166 31 0 47 127 31 41 115 53
Binary 11000000 1110110 11001 0 100111 1010111 11001 100001 1001101 101011

Color Harmonies of #C07619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07619

Black with #C07619

Text Example


Text Example

White with #C07619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07619; }

 p { color: rgb(192,118,25); }

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

background-color css

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

 a { background-color: rgb(192,118,25); }

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

border-color css

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

 span { border-color: rgb(192,118,25); }

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