Html Css Color HEX #825306 Raw Umber

📋 copy color: '#825306'

red 130 ◦ green 83 ◦ blue 6

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

Shades of Raw Umber #825306

Tints of Raw Umber #825306

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.74%

R = 59.36%
G = 37.9%
B = 2.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#825306 (or 0x825306) is known color: Raw Umber. HEX triplet: 82, 53 and 06. RGB value is (130,83,6). Sum of RGB (Red+Green+Blue) = 130+83+6=219 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.36% from 219); Green value is 83 (32.81% from 255 or 37.90% from 219); Blue value is 6 (2.73% from 255 or 2.74% from 219); Max value from RGB is 130 - color contains mainly: red. Hex color #825306 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825306 is #7DACF9. Grayscale: #585858. Windows color (decimal): -8236282 or 414594. OLE color: 414594.

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

Color convert

RGB 130 83 6 -
CMYK 0 0.36 0.95 0.49
HSL 37.26º 0.91% 0.27% -
HSV(B) 37.26º 0.95% 0.51% -
XYZ 12.33 10.95 1.64 -
YUV 88.28 81.57 157.76 -
System Red Green Blue C M Y K H S L
Decimal 130 83 6 0 0.36 0.95 0.49 37.26 0.91 0.27
Hex 82 53 6 0 24 5F 31 25 5B 1B
Octal 202 123 6 0 44 137 61 45 133 33
Binary 10000010 1010011 110 0 100100 1011111 110001 100101 1011011 11011

Color Harmonies of #825306

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825306

Black with #825306

Text Example


Text Example

White with #825306

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825306; }

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

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

background-color css

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

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

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

border-color css

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

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

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