Html Css Color HEX #C17720 Ochre

📋 copy color: '#C17720'

red 193 ◦ green 119 ◦ blue 32

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

Shades of Ochre #C17720

Tints of Ochre #C17720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 9.3%

R = 56.1%
G = 34.59%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C17720 (or 0xC17720) is known color: Ochre. HEX triplet: C1, 77 and 20. RGB value is (193,119,32). Sum of RGB (Red+Green+Blue) = 193+119+32=344 (45% of max value = 765). Red value is 193 (75.78% from 255 or 56.10% from 344); Green value is 119 (46.88% from 255 or 34.59% from 344); Blue value is 32 (12.89% from 255 or 9.30% from 344); Max value from RGB is 193 - color contains mainly: red. Hex color #C17720 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C17720 is #3E88DF. Grayscale: #838383. Windows color (decimal): -4098272 or 2127809. OLE color: 2127809.

HSL color Cylindrical-coordinate representation of color #C17720: hue angle of 32.42º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C17720 is Cyan = 0, Magento = 0.38, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 119 32 -
CMYK 0 0.38 0.83 0.24
HSL 32.42º 0.72% 0.44% -
HSV(B) 32.42º 0.83% 0.76% -
XYZ 28.85 24.64 4.6 -
YUV 131.21 72.02 172.07 -
System Red Green Blue C M Y K H S L
Decimal 193 119 32 0 0.38 0.83 0.24 32.42 0.72 0.44
Hex C1 77 20 0 26 53 18 20 48 2C
Octal 301 167 40 0 46 123 30 40 110 54
Binary 11000001 1110111 100000 0 100110 1010011 11000 100000 1001000 101100

Color Harmonies of #C17720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17720

Black with #C17720

Text Example


Text Example

White with #C17720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17720; }

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

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

background-color css

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

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

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

border-color css

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

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

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