Html Css Color HEX #C07517 Ochre

📋 copy color: '#C07517'

red 192 ◦ green 117 ◦ blue 23

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

Shades of Ochre #C07517

Tints of Ochre #C07517

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.24%

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

R = 57.83%
G = 35.24%
B = 6.93%

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

#C07517 (or 0xC07517) is known color: Ochre. HEX triplet: C0, 75 and 17. RGB value is (192,117,23). Sum of RGB (Red+Green+Blue) = 192+117+23=332 (43% of max value = 765). Red value is 192 (75.39% from 255 or 57.83% from 332); Green value is 117 (46.09% from 255 or 35.24% from 332); Blue value is 23 (9.38% from 255 or 6.93% from 332); Max value from RGB is 192 - color contains mainly: red. Hex color #C07517 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07517 is #3F8AE8. Grayscale: #818181. Windows color (decimal): -4164329 or 1537472. OLE color: 1537472.

HSL color Cylindrical-coordinate representation of color #C07517: hue angle of 33.37º 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 #C07517 is Cyan = 0, Magento = 0.39, Yellow = 0.88 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 117 23 -
CMYK 0 0.39 0.88 0.25
HSL 33.37º 0.79% 0.42% -
HSV(B) 33.37º 0.88% 0.75% -
XYZ 28.25 23.99 3.95 -
YUV 128.71 68.35 173.14 -
System Red Green Blue C M Y K H S L
Decimal 192 117 23 0 0.39 0.88 0.25 33.37 0.79 0.42
Hex C0 75 17 0 27 58 19 21 4F 2A
Octal 300 165 27 0 47 130 31 41 117 52
Binary 11000000 1110101 10111 0 100111 1011000 11001 100001 1001111 101010

Color Harmonies of #C07517

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07517

Black with #C07517

Text Example


Text Example

White with #C07517

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07517; }

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

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

background-color css

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

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

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

border-color css

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

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

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