Html Css Color HEX #825309 Raw Umber

📋 copy color: '#825309'

red 130 ◦ green 83 ◦ blue 9

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

Shades of Raw Umber #825309

Tints of Raw Umber #825309

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.05%

R = 58.56%
G = 37.39%
B = 4.05%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.93

 K value IS 0.49

RGB Variations

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

Color information

#825309 (or 0x825309) is known color: Raw Umber. HEX triplet: 82, 53 and 09. RGB value is (130,83,9). Sum of RGB (Red+Green+Blue) = 130+83+9=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 83 (32.81% from 255 or 37.39% from 222); Blue value is 9 (3.91% from 255 or 4.05% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #825309 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825309 is #7DACF6. Grayscale: #585858. Windows color (decimal): -8236279 or 611202. OLE color: 611202.

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

Color convert

RGB 130 83 9 -
CMYK 0 0.36 0.93 0.49
HSL 36.69º 0.87% 0.27% -
HSV(B) 36.69º 0.93% 0.51% -
XYZ 12.35 10.95 1.72 -
YUV 88.62 83.07 157.52 -
System Red Green Blue C M Y K H S L
Decimal 130 83 9 0 0.36 0.93 0.49 36.69 0.87 0.27
Hex 82 53 9 0 24 5D 31 25 57 1B
Octal 202 123 11 0 44 135 61 45 127 33
Binary 10000010 1010011 1001 0 100100 1011101 110001 100101 1010111 11011

Color Harmonies of #825309

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825309

Black with #825309

Text Example


Text Example

White with #825309

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825309; }

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

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

background-color css

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

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

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

border-color css

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

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

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