Html Css Color HEX #C4821B Ochre

📋 copy color: '#C4821B'

red 196 ◦ green 130 ◦ blue 27

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

Shades of Ochre #C4821B

Tints of Ochre #C4821B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.83%

 BLUE value IS 27 (10.94% from 255) = 7.65%

R = 55.52%
G = 36.83%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4821B (or 0xC4821B) is known color: Ochre. HEX triplet: C4, 82 and 1B. RGB value is (196,130,27). Sum of RGB (Red+Green+Blue) = 196+130+27=353 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.52% from 353); Green value is 130 (51.17% from 255 or 36.83% from 353); Blue value is 27 (10.94% from 255 or 7.65% from 353); Max value from RGB is 196 - color contains mainly: red. Hex color #C4821B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4821B is #3B7DE4. Grayscale: #8A8A8A. Windows color (decimal): -3898853 or 1802948. OLE color: 1802948.

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

Color convert

RGB 196 130 27 -
CMYK 0 0.34 0.86 0.23
HSL 36.57º 0.76% 0.44% -
HSV(B) 36.57º 0.86% 0.77% -
XYZ 30.95 27.78 4.77 -
YUV 137.99 65.37 169.38 -
System Red Green Blue C M Y K H S L
Decimal 196 130 27 0 0.34 0.86 0.23 36.57 0.76 0.44
Hex C4 82 1B 0 22 56 17 25 4C 2C
Octal 304 202 33 0 42 126 27 45 114 54
Binary 11000100 10000010 11011 0 100010 1010110 10111 100101 1001100 101100

Color Harmonies of #C4821B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4821B

Black with #C4821B

Text Example


Text Example

White with #C4821B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4821B; }

 p { color: rgb(196,130,27); }

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

background-color css

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

 a { background-color: rgb(196,130,27); }

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

border-color css

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

 span { border-color: rgb(196,130,27); }

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