Html Css Color HEX #C07217 Ochre

📋 copy color: '#C07217'

red 192 ◦ green 114 ◦ blue 23

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

Shades of Ochre #C07217

Tints of Ochre #C07217

RGB

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

 GREEN value IS 114 (44.92% from 255) = 34.65%

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

R = 58.36%
G = 34.65%
B = 6.99%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07217 (or 0xC07217) is known color: Ochre. HEX triplet: C0, 72 and 17. RGB value is (192,114,23). Sum of RGB (Red+Green+Blue) = 192+114+23=329 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.36% from 329); Green value is 114 (44.92% from 255 or 34.65% from 329); Blue value is 23 (9.38% from 255 or 6.99% from 329); Max value from RGB is 192 - color contains mainly: red. Hex color #C07217 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07217 is #3F8DE8. Grayscale: #7F7F7F. Windows color (decimal): -4165097 or 1536704. OLE color: 1536704.

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

Color convert

RGB 192 114 23 -
CMYK 0 0.41 0.88 0.25
HSL 32.31º 0.79% 0.42% -
HSV(B) 32.31º 0.88% 0.75% -
XYZ 27.91 23.3 3.84 -
YUV 126.95 69.34 174.4 -
System Red Green Blue C M Y K H S L
Decimal 192 114 23 0 0.41 0.88 0.25 32.31 0.79 0.42
Hex C0 72 17 0 29 58 19 20 4F 2A
Octal 300 162 27 0 51 130 31 40 117 52
Binary 11000000 1110010 10111 0 101001 1011000 11001 100000 1001111 101010

Color Harmonies of #C07217

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07217

Black with #C07217

Text Example


Text Example

White with #C07217

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07217; }

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

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

background-color css

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

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

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

border-color css

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

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

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