Html Css Color HEX #825308 Raw Umber

📋 copy color: '#825308'

red 130 ◦ green 83 ◦ blue 8

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

Shades of Raw Umber #825308

Tints of Raw Umber #825308

RGB

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

 GREEN value IS 83 (32.81% from 255) = 37.56%

 BLUE value IS 8 (3.52% from 255) = 3.62%

R = 58.82%
G = 37.56%
B = 3.62%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.94

 K value IS 0.49

RGB Variations

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

Color information

#825308 (or 0x825308) is known color: Raw Umber. HEX triplet: 82, 53 and 08. RGB value is (130,83,8). Sum of RGB (Red+Green+Blue) = 130+83+8=221 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.82% from 221); Green value is 83 (32.81% from 255 or 37.56% from 221); Blue value is 8 (3.52% from 255 or 3.62% from 221); Max value from RGB is 130 - color contains mainly: red. Hex color #825308 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825308 is #7DACF7. Grayscale: #585858. Windows color (decimal): -8236280 or 545666. OLE color: 545666.

HSL color Cylindrical-coordinate representation of color #825308: hue angle of 36.89º degrees, saturation: 0.88, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #825308 is Cyan = 0, Magento = 0.36, Yellow = 0.94 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 8 -
CMYK 0 0.36 0.94 0.49
HSL 36.89º 0.88% 0.27% -
HSV(B) 36.89º 0.94% 0.51% -
XYZ 12.34 10.95 1.69 -
YUV 88.5 82.57 157.6 -
System Red Green Blue C M Y K H S L
Decimal 130 83 8 0 0.36 0.94 0.49 36.89 0.88 0.27
Hex 82 53 8 0 24 5E 31 25 58 1B
Octal 202 123 10 0 44 136 61 45 130 33
Binary 10000010 1010011 1000 0 100100 1011110 110001 100101 1011000 11011

Color Harmonies of #825308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825308

Black with #825308

Text Example


Text Example

White with #825308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825308; }

 p { color: rgb(130,83,8); }

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

background-color css

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

 a { background-color: rgb(130,83,8); }

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

border-color css

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

 span { border-color: rgb(130,83,8); }

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