Html Css Color HEX #824B04 Raw Umber

📋 copy color: '#824B04'

red 130 ◦ green 75 ◦ blue 4

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

Shades of Raw Umber #824B04

Tints of Raw Umber #824B04

RGB

 RED value IS 130 (51.17% from 255) = 62.2%

 GREEN value IS 75 (29.69% from 255) = 35.89%

 BLUE value IS 4 (1.95% from 255) = 1.91%

R = 62.2%
G = 35.89%
B = 1.91%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#824B04 (or 0x824B04) is known color: Raw Umber. HEX triplet: 82, 4B and 04. RGB value is (130,75,4). Sum of RGB (Red+Green+Blue) = 130+75+4=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 75 (29.69% from 255 or 35.89% from 209); Blue value is 4 (1.95% from 255 or 1.91% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #824B04 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824B04 is #7DB4FB. Grayscale: #535353. Windows color (decimal): -8238332 or 281474. OLE color: 281474.

HSL color Cylindrical-coordinate representation of color #824B04: hue angle of 33.81º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #824B04 is Cyan = 0, Magento = 0.42, Yellow = 0.97 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 75 4 -
CMYK 0 0.42 0.97 0.49
HSL 33.81º 0.94% 0.26% -
HSV(B) 33.81º 0.97% 0.51% -
XYZ 11.74 9.79 1.38 -
YUV 83.35 83.22 161.27 -
System Red Green Blue C M Y K H S L
Decimal 130 75 4 0 0.42 0.97 0.49 33.81 0.94 0.26
Hex 82 4B 4 0 2A 61 31 22 5E 1A
Octal 202 113 4 0 52 141 61 42 136 32
Binary 10000010 1001011 100 0 101010 1100001 110001 100010 1011110 11010

Color Harmonies of #824B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824B04

Black with #824B04

Text Example


Text Example

White with #824B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824B04; }

 p { color: rgb(130,75,4); }

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

background-color css

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

 a { background-color: rgb(130,75,4); }

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

border-color css

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

 span { border-color: rgb(130,75,4); }

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