Html Css Color HEX #C17122 Ochre

📋 copy color: '#C17122'

red 193 ◦ green 113 ◦ blue 34

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

Shades of Ochre #C17122

Tints of Ochre #C17122

RGB

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

 GREEN value IS 113 (44.53% from 255) = 33.24%

 BLUE value IS 34 (13.67% from 255) = 10%

R = 56.76%
G = 33.24%
B = 10%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.82

 K value IS 0.24

RGB Variations

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

Color information

#C17122 (or 0xC17122) is known color: Ochre. HEX triplet: C1, 71 and 22. RGB value is (193,113,34). Sum of RGB (Red+Green+Blue) = 193+113+34=340 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.76% from 340); Green value is 113 (44.53% from 255 or 33.24% from 340); Blue value is 34 (13.67% from 255 or 10% from 340); Max value from RGB is 193 - color contains mainly: red. Hex color #C17122 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17122 is #3E8EDD. Grayscale: #808080. Windows color (decimal): -4099806 or 2257345. OLE color: 2257345.

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

Color convert

RGB 193 113 34 -
CMYK 0 0.41 0.82 0.24
HSL 29.81º 0.7% 0.45% -
HSV(B) 29.81º 0.82% 0.76% -
XYZ 28.19 23.26 4.52 -
YUV 127.91 75 174.42 -
System Red Green Blue C M Y K H S L
Decimal 193 113 34 0 0.41 0.82 0.24 29.81 0.7 0.45
Hex C1 71 22 0 29 52 18 1E 46 2D
Octal 301 161 42 0 51 122 30 36 106 55
Binary 11000001 1110001 100010 0 101001 1010010 11000 11110 1000110 101101

Color Harmonies of #C17122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17122

Black with #C17122

Text Example


Text Example

White with #C17122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17122; }

 p { color: rgb(193,113,34); }

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

background-color css

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

 a { background-color: rgb(193,113,34); }

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

border-color css

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

 span { border-color: rgb(193,113,34); }

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