Html Css Color HEX #C17713 Ochre

📋 copy color: '#C17713'

red 193 ◦ green 119 ◦ blue 19

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

Shades of Ochre #C17713

Tints of Ochre #C17713

RGB

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

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

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

R = 58.31%
G = 35.95%
B = 5.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.90

 K value IS 0.24

RGB Variations

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

Color information

#C17713 (or 0xC17713) is known color: Ochre. HEX triplet: C1, 77 and 13. RGB value is (193,119,19). Sum of RGB (Red+Green+Blue) = 193+119+19=331 (43% of max value = 765). Red value is 193 (75.78% from 255 or 58.31% from 331); Green value is 119 (46.88% from 255 or 35.95% from 331); Blue value is 19 (7.81% from 255 or 5.74% from 331); Max value from RGB is 193 - color contains mainly: red. Hex color #C17713 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17713 is #3E88EC. Grayscale: #828282. Windows color (decimal): -4098285 or 1275841. OLE color: 1275841.

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

Color convert

RGB 193 119 19 -
CMYK 0 0.38 0.90 0.24
HSL 34.48º 0.82% 0.42% -
HSV(B) 34.48º 0.9% 0.76% -
XYZ 28.71 24.58 3.85 -
YUV 129.73 65.52 173.13 -
System Red Green Blue C M Y K H S L
Decimal 193 119 19 0 0.38 0.90 0.24 34.48 0.82 0.42
Hex C1 77 13 0 26 5A 18 22 52 2A
Octal 301 167 23 0 46 132 30 42 122 52
Binary 11000001 1110111 10011 0 100110 1011010 11000 100010 1010010 101010

Color Harmonies of #C17713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17713

Black with #C17713

Text Example


Text Example

White with #C17713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17713; }

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

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

background-color css

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

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

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

border-color css

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

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

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