Html Css Color HEX #C17410 Ochre

📋 copy color: '#C17410'

red 193 ◦ green 116 ◦ blue 16

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

Shades of Ochre #C17410

Tints of Ochre #C17410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 4.92%

R = 59.38%
G = 35.69%
B = 4.92%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.24

RGB Variations

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

Color information

#C17410 (or 0xC17410) is known color: Ochre. HEX triplet: C1, 74 and 10. RGB value is (193,116,16). Sum of RGB (Red+Green+Blue) = 193+116+16=325 (43% of max value = 765). Red value is 193 (75.78% from 255 or 59.38% from 325); Green value is 116 (45.70% from 255 or 35.69% from 325); Blue value is 16 (6.64% from 255 or 4.92% from 325); Max value from RGB is 193 - color contains mainly: red. Hex color #C17410 is not a web safe color. Web safe color analog (approx): #CC6600. Inversed color of #C17410 is #3E8BEF. Grayscale: #808080. Windows color (decimal): -4099056 or 1078465. OLE color: 1078465.

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

Color convert

RGB 193 116 16 -
CMYK 0 0.40 0.92 0.24
HSL 33.9º 0.85% 0.41% -
HSV(B) 33.9º 0.92% 0.76% -
XYZ 28.33 23.87 3.6 -
YUV 127.62 65.01 174.63 -
System Red Green Blue C M Y K H S L
Decimal 193 116 16 0 0.40 0.92 0.24 33.9 0.85 0.41
Hex C1 74 10 0 28 5C 18 22 55 29
Octal 301 164 20 0 50 134 30 42 125 51
Binary 11000001 1110100 10000 0 101000 1011100 11000 100010 1010101 101001

Color Harmonies of #C17410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C17410

Black with #C17410

Text Example


Text Example

White with #C17410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C17410; }

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

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

background-color css

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

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

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

border-color css

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

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

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