Html Css Color HEX #C17411 Ochre

📋 copy color: '#C17411'

red 193 ◦ green 116 ◦ blue 17

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

Shades of Ochre #C17411

Tints of Ochre #C17411

RGB

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

 GREEN value IS 116 (45.7% from 255) = 35.58%

 BLUE value IS 17 (7.03% from 255) = 5.21%

R = 59.2%
G = 35.58%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C17411 (or 0xC17411) is known color: Ochre. HEX triplet: C1, 74 and 11. RGB value is (193,116,17). Sum of RGB (Red+Green+Blue) = 193+116+17=326 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.20% from 326); Green value is 116 (45.70% from 255 or 35.58% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 193 - color contains mainly: red. Hex color #C17411 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17411 is #3E8BEE. Grayscale: #808080. Windows color (decimal): -4099055 or 1144001. OLE color: 1144001.

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

Color convert

RGB 193 116 17 -
CMYK 0 0.40 0.91 0.24
HSL 33.75º 0.84% 0.41% -
HSV(B) 33.75º 0.91% 0.76% -
XYZ 28.34 23.87 3.64 -
YUV 127.74 65.51 174.55 -
System Red Green Blue C M Y K H S L
Decimal 193 116 17 0 0.40 0.91 0.24 33.75 0.84 0.41
Hex C1 74 11 0 28 5B 18 22 54 29
Octal 301 164 21 0 50 133 30 42 124 51
Binary 11000001 1110100 10001 0 101000 1011011 11000 100010 1010100 101001

Color Harmonies of #C17411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17411

Black with #C17411

Text Example


Text Example

White with #C17411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17411; }

 p { color: rgb(193,116,17); }

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

background-color css

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

 a { background-color: rgb(193,116,17); }

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

border-color css

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

 span { border-color: rgb(193,116,17); }

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