Html Css Color HEX #C4711C Ochre

📋 copy color: '#C4711C'

red 196 ◦ green 113 ◦ blue 28

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

Shades of Ochre #C4711C

Tints of Ochre #C4711C

RGB

 RED value IS 196 (76.95% from 255) = 58.16%

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

 BLUE value IS 28 (11.33% from 255) = 8.31%

R = 58.16%
G = 33.53%
B = 8.31%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4711C (or 0xC4711C) is known color: Ochre. HEX triplet: C4, 71 and 1C. RGB value is (196,113,28). Sum of RGB (Red+Green+Blue) = 196+113+28=337 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.16% from 337); Green value is 113 (44.53% from 255 or 33.53% from 337); Blue value is 28 (11.33% from 255 or 8.31% from 337); Max value from RGB is 196 - color contains mainly: red. Hex color #C4711C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4711C is #3B8EE3. Grayscale: #808080. Windows color (decimal): -3903204 or 1864132. OLE color: 1864132.

HSL color Cylindrical-coordinate representation of color #C4711C: hue angle of 30.36º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4711C is Cyan = 0, Magento = 0.42, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 113 28 -
CMYK 0 0.42 0.86 0.23
HSL 30.36º 0.75% 0.44% -
HSV(B) 30.36º 0.86% 0.77% -
XYZ 28.88 23.63 4.14 -
YUV 128.13 71.5 176.41 -
System Red Green Blue C M Y K H S L
Decimal 196 113 28 0 0.42 0.86 0.23 30.36 0.75 0.44
Hex C4 71 1C 0 2A 56 17 1E 4B 2C
Octal 304 161 34 0 52 126 27 36 113 54
Binary 11000100 1110001 11100 0 101010 1010110 10111 11110 1001011 101100

Color Harmonies of #C4711C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4711C

Black with #C4711C

Text Example


Text Example

White with #C4711C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4711C; }

 p { color: rgb(196,113,28); }

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

background-color css

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

 a { background-color: rgb(196,113,28); }

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

border-color css

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

 span { border-color: rgb(196,113,28); }

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