Html Css Color HEX #C07617 Ochre

📋 copy color: '#C07617'

red 192 ◦ green 118 ◦ blue 23

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

Shades of Ochre #C07617

Tints of Ochre #C07617

RGB

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

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

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

R = 57.66%
G = 35.44%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07617 (or 0xC07617) is known color: Ochre. HEX triplet: C0, 76 and 17. RGB value is (192,118,23). Sum of RGB (Red+Green+Blue) = 192+118+23=333 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.66% from 333); Green value is 118 (46.48% from 255 or 35.44% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 192 - color contains mainly: red. Hex color #C07617 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07617 is #3F89E8. Grayscale: #818181. Windows color (decimal): -4164073 or 1537728. OLE color: 1537728.

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

Color convert

RGB 192 118 23 -
CMYK 0 0.39 0.88 0.25
HSL 33.73º 0.79% 0.42% -
HSV(B) 33.73º 0.88% 0.75% -
XYZ 28.37 24.23 3.99 -
YUV 129.3 68.02 172.72 -
System Red Green Blue C M Y K H S L
Decimal 192 118 23 0 0.39 0.88 0.25 33.73 0.79 0.42
Hex C0 76 17 0 27 58 19 22 4F 2A
Octal 300 166 27 0 47 130 31 42 117 52
Binary 11000000 1110110 10111 0 100111 1011000 11001 100010 1001111 101010

Color Harmonies of #C07617

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07617

Black with #C07617

Text Example


Text Example

White with #C07617

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07617; }

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

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

background-color css

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

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

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

border-color css

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

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

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