Html Css Color HEX #C1720D Ochre

📋 copy color: '#C1720D'

red 193 ◦ green 114 ◦ blue 13

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

Shades of Ochre #C1720D

Tints of Ochre #C1720D

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.63%

 BLUE value IS 13 (5.47% from 255) = 4.06%

R = 60.31%
G = 35.63%
B = 4.06%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.93

 K value IS 0.24

RGB Variations

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

Color information

#C1720D (or 0xC1720D) is known color: Ochre. HEX triplet: C1, 72 and 0D. RGB value is (193,114,13). Sum of RGB (Red+Green+Blue) = 193+114+13=320 (42% of max value = 765). Red value is 193 (75.78% from 255 or 60.31% from 320); Green value is 114 (44.92% from 255 or 35.62% from 320); Blue value is 13 (5.47% from 255 or 4.06% from 320); Max value from RGB is 193 - color contains mainly: red. Hex color #C1720D is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C1720D is #3E8DF2. Grayscale: #7E7E7E. Windows color (decimal): -4099571 or 881345. OLE color: 881345.

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

Color convert

RGB 193 114 13 -
CMYK 0 0.41 0.93 0.24
HSL 33.67º 0.87% 0.4% -
HSV(B) 33.67º 0.93% 0.76% -
XYZ 28.08 23.4 3.42 -
YUV 126.11 64.17 175.71 -
System Red Green Blue C M Y K H S L
Decimal 193 114 13 0 0.41 0.93 0.24 33.67 0.87 0.4
Hex C1 72 D 0 29 5D 18 22 57 28
Octal 301 162 15 0 51 135 30 42 127 50
Binary 11000001 1110010 1101 0 101001 1011101 11000 100010 1010111 101000

Color Harmonies of #C1720D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C1720D

Black with #C1720D

Text Example


Text Example

White with #C1720D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C1720D; }

 p { color: rgb(193,114,13); }

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

background-color css

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

 a { background-color: rgb(193,114,13); }

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

border-color css

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

 span { border-color: rgb(193,114,13); }

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