Html Css Color HEX #C07717 Ochre

📋 copy color: '#C07717'

red 192 ◦ green 119 ◦ blue 23

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

Shades of Ochre #C07717

Tints of Ochre #C07717

RGB

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

 GREEN value IS 119 (46.88% from 255) = 35.63%

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

R = 57.49%
G = 35.63%
B = 6.89%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07717 (or 0xC07717) is known color: Ochre. HEX triplet: C0, 77 and 17. RGB value is (192,119,23). Sum of RGB (Red+Green+Blue) = 192+119+23=334 (44% of max value = 765). Red value is 192 (75.39% from 255 or 57.49% from 334); Green value is 119 (46.88% from 255 or 35.63% from 334); Blue value is 23 (9.38% from 255 or 6.89% from 334); Max value from RGB is 192 - color contains mainly: red. Hex color #C07717 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07717 is #3F88E8. Grayscale: #828282. Windows color (decimal): -4163817 or 1537984. OLE color: 1537984.

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

Color convert

RGB 192 119 23 -
CMYK 0 0.38 0.88 0.25
HSL 34.08º 0.79% 0.42% -
HSV(B) 34.08º 0.88% 0.75% -
XYZ 28.49 24.46 4.03 -
YUV 129.88 67.68 172.31 -
System Red Green Blue C M Y K H S L
Decimal 192 119 23 0 0.38 0.88 0.25 34.08 0.79 0.42
Hex C0 77 17 0 26 58 19 22 4F 2A
Octal 300 167 27 0 46 130 31 42 117 52
Binary 11000000 1110111 10111 0 100110 1011000 11001 100010 1001111 101010

Color Harmonies of #C07717

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07717

Black with #C07717

Text Example


Text Example

White with #C07717

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07717; }

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

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

background-color css

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

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

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

border-color css

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

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

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