Html Css Color HEX #C17013 Ochre

📋 copy color: '#C17013'

red 193 ◦ green 112 ◦ blue 19

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

Shades of Ochre #C17013

Tints of Ochre #C17013

RGB

 RED value IS 193 (75.78% from 255) = 59.57%

 GREEN value IS 112 (44.14% from 255) = 34.57%

 BLUE value IS 19 (7.81% from 255) = 5.86%

R = 59.57%
G = 34.57%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C17013 (or 0xC17013) is known color: Ochre. HEX triplet: C1, 70 and 13. RGB value is (193,112,19). Sum of RGB (Red+Green+Blue) = 193+112+19=324 (42% of max value = 765). Red value is 193 (75.78% from 255 or 59.57% from 324); Green value is 112 (44.14% from 255 or 34.57% from 324); Blue value is 19 (7.81% from 255 or 5.86% from 324); Max value from RGB is 193 - color contains mainly: red. Hex color #C17013 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17013 is #3E8FEC. Grayscale: #7E7E7E. Windows color (decimal): -4100077 or 1274049. OLE color: 1274049.

HSL color Cylindrical-coordinate representation of color #C17013: hue angle of 32.07º degrees, saturation: 0.82, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #C17013 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 112 19 -
CMYK 0 0.42 0.90 0.24
HSL 32.07º 0.82% 0.42% -
HSV(B) 32.07º 0.9% 0.76% -
XYZ 27.9 22.97 3.58 -
YUV 125.62 67.84 176.06 -
System Red Green Blue C M Y K H S L
Decimal 193 112 19 0 0.42 0.90 0.24 32.07 0.82 0.42
Hex C1 70 13 0 2A 5A 18 20 52 2A
Octal 301 160 23 0 52 132 30 40 122 52
Binary 11000001 1110000 10011 0 101010 1011010 11000 100000 1010010 101010

Color Harmonies of #C17013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17013

Black with #C17013

Text Example


Text Example

White with #C17013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17013; }

 p { color: rgb(193,112,19); }

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

background-color css

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

 a { background-color: rgb(193,112,19); }

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

border-color css

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

 span { border-color: rgb(193,112,19); }

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