Html Css Color HEX #C4831C Ochre

📋 copy color: '#C4831C'

red 196 ◦ green 131 ◦ blue 28

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

Shades of Ochre #C4831C

Tints of Ochre #C4831C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.9%

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

R = 55.21%
G = 36.9%
B = 7.89%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4831C (or 0xC4831C) is known color: Ochre. HEX triplet: C4, 83 and 1C. RGB value is (196,131,28). Sum of RGB (Red+Green+Blue) = 196+131+28=355 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.21% from 355); Green value is 131 (51.56% from 255 or 36.90% from 355); Blue value is 28 (11.33% from 255 or 7.89% from 355); Max value from RGB is 196 - color contains mainly: red. Hex color #C4831C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4831C is #3B7CE3. Grayscale: #8B8B8B. Windows color (decimal): -3898596 or 1868740. OLE color: 1868740.

HSL color Cylindrical-coordinate representation of color #C4831C: hue angle of 36.79º 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 #C4831C is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 131 28 -
CMYK 0 0.33 0.86 0.23
HSL 36.79º 0.75% 0.44% -
HSV(B) 36.79º 0.86% 0.77% -
XYZ 31.09 28.05 4.87 -
YUV 138.69 65.53 168.88 -
System Red Green Blue C M Y K H S L
Decimal 196 131 28 0 0.33 0.86 0.23 36.79 0.75 0.44
Hex C4 83 1C 0 21 56 17 25 4B 2C
Octal 304 203 34 0 41 126 27 45 113 54
Binary 11000100 10000011 11100 0 100001 1010110 10111 100101 1001011 101100

Color Harmonies of #C4831C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4831C

Black with #C4831C

Text Example


Text Example

White with #C4831C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4831C; }

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

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

background-color css

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

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

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

border-color css

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

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

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