Html Css Color HEX #C4711A Ochre

📋 copy color: '#C4711A'

red 196 ◦ green 113 ◦ blue 26

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

Shades of Ochre #C4711A

Tints of Ochre #C4711A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.76%

R = 58.51%
G = 33.73%
B = 7.76%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4711A (or 0xC4711A) is known color: Ochre. HEX triplet: C4, 71 and 1A. RGB value is (196,113,26). Sum of RGB (Red+Green+Blue) = 196+113+26=335 (44% of max value = 765). Red value is 196 (76.95% from 255 or 58.51% from 335); Green value is 113 (44.53% from 255 or 33.73% from 335); Blue value is 26 (10.55% from 255 or 7.76% from 335); Max value from RGB is 196 - color contains mainly: red. Hex color #C4711A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4711A is #3B8EE5. Grayscale: #808080. Windows color (decimal): -3903206 or 1733060. OLE color: 1733060.

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

Color convert

RGB 196 113 26 -
CMYK 0 0.42 0.87 0.23
HSL 30.71º 0.77% 0.44% -
HSV(B) 30.71º 0.87% 0.77% -
XYZ 28.86 23.62 4.02 -
YUV 127.9 70.5 176.57 -
System Red Green Blue C M Y K H S L
Decimal 196 113 26 0 0.42 0.87 0.23 30.71 0.77 0.44
Hex C4 71 1A 0 2A 57 17 1F 4D 2C
Octal 304 161 32 0 52 127 27 37 115 54
Binary 11000100 1110001 11010 0 101010 1010111 10111 11111 1001101 101100

Color Harmonies of #C4711A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4711A

Black with #C4711A

Text Example


Text Example

White with #C4711A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4711A; }

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

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

background-color css

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

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

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

border-color css

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

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

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