Html Css Color HEX #C07417 Ochre

📋 copy color: '#C07417'

red 192 ◦ green 116 ◦ blue 23

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

Shades of Ochre #C07417

Tints of Ochre #C07417

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.05%

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

R = 58.01%
G = 35.05%
B = 6.95%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.88

 K value IS 0.25

RGB Variations

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

Color information

#C07417 (or 0xC07417) is known color: Ochre. HEX triplet: C0, 74 and 17. RGB value is (192,116,23). Sum of RGB (Red+Green+Blue) = 192+116+23=331 (43% of max value = 765). Red value is 192 (75.39% from 255 or 58.01% from 331); Green value is 116 (45.70% from 255 or 35.05% from 331); Blue value is 23 (9.38% from 255 or 6.95% from 331); Max value from RGB is 192 - color contains mainly: red. Hex color #C07417 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C07417 is #3F8BE8. Grayscale: #808080. Windows color (decimal): -4164585 or 1537216. OLE color: 1537216.

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

Color convert

RGB 192 116 23 -
CMYK 0 0.40 0.88 0.25
HSL 33.02º 0.79% 0.42% -
HSV(B) 33.02º 0.88% 0.75% -
XYZ 28.14 23.76 3.91 -
YUV 128.12 68.68 173.56 -
System Red Green Blue C M Y K H S L
Decimal 192 116 23 0 0.40 0.88 0.25 33.02 0.79 0.42
Hex C0 74 17 0 28 58 19 21 4F 2A
Octal 300 164 27 0 50 130 31 41 117 52
Binary 11000000 1110100 10111 0 101000 1011000 11001 100001 1001111 101010

Color Harmonies of #C07417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C07417

Black with #C07417

Text Example


Text Example

White with #C07417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C07417; }

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

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

background-color css

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

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

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

border-color css

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

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

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