Html Css Color HEX #C4821A Ochre

📋 copy color: '#C4821A'

red 196 ◦ green 130 ◦ blue 26

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

Shades of Ochre #C4821A

Tints of Ochre #C4821A

RGB

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

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

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

R = 55.68%
G = 36.93%
B = 7.39%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4821A (or 0xC4821A) is known color: Ochre. HEX triplet: C4, 82 and 1A. RGB value is (196,130,26). Sum of RGB (Red+Green+Blue) = 196+130+26=352 (46% of max value = 765). Red value is 196 (76.95% from 255 or 55.68% from 352); Green value is 130 (51.17% from 255 or 36.93% from 352); Blue value is 26 (10.55% from 255 or 7.39% from 352); Max value from RGB is 196 - color contains mainly: red. Hex color #C4821A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4821A is #3B7DE5. Grayscale: #8A8A8A. Windows color (decimal): -3898854 or 1737412. OLE color: 1737412.

HSL color Cylindrical-coordinate representation of color #C4821A: hue angle of 36.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 #C4821A is Cyan = 0, Magento = 0.34, Yellow = 0.87 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 130 26 -
CMYK 0 0.34 0.87 0.23
HSL 36.71º 0.77% 0.44% -
HSV(B) 36.71º 0.87% 0.77% -
XYZ 30.93 27.78 4.71 -
YUV 137.88 64.87 169.46 -
System Red Green Blue C M Y K H S L
Decimal 196 130 26 0 0.34 0.87 0.23 36.71 0.77 0.44
Hex C4 82 1A 0 22 57 17 25 4D 2C
Octal 304 202 32 0 42 127 27 45 115 54
Binary 11000100 10000010 11010 0 100010 1010111 10111 100101 1001101 101100

Color Harmonies of #C4821A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4821A

Black with #C4821A

Text Example


Text Example

White with #C4821A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4821A; }

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

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

background-color css

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

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

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

border-color css

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

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

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