Html Css Color HEX #825705 Raw Umber

📋 copy color: '#825705'

red 130 ◦ green 87 ◦ blue 5

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

Shades of Raw Umber #825705

Tints of Raw Umber #825705

RGB

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

 GREEN value IS 87 (34.38% from 255) = 39.19%

 BLUE value IS 5 (2.34% from 255) = 2.25%

R = 58.56%
G = 39.19%
B = 2.25%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.96

 K value IS 0.49

RGB Variations

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

Color information

#825705 (or 0x825705) is known color: Raw Umber. HEX triplet: 82, 57 and 05. RGB value is (130,87,5). Sum of RGB (Red+Green+Blue) = 130+87+5=222 (29% of max value = 765). Red value is 130 (51.17% from 255 or 58.56% from 222); Green value is 87 (34.38% from 255 or 39.19% from 222); Blue value is 5 (2.34% from 255 or 2.25% from 222); Max value from RGB is 130 - color contains mainly: red. Hex color #825705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825705 is #7DA8FA. Grayscale: #5A5A5A. Windows color (decimal): -8235259 or 350082. OLE color: 350082.

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

Color convert

RGB 130 87 5 -
CMYK 0 0.33 0.96 0.49
HSL 39.36º 0.93% 0.26% -
HSV(B) 39.36º 0.96% 0.51% -
XYZ 12.64 11.57 1.71 -
YUV 90.51 79.75 156.17 -
System Red Green Blue C M Y K H S L
Decimal 130 87 5 0 0.33 0.96 0.49 39.36 0.93 0.26
Hex 82 57 5 0 21 60 31 27 5D 1A
Octal 202 127 5 0 41 140 61 47 135 32
Binary 10000010 1010111 101 0 100001 1100000 110001 100111 1011101 11010

Color Harmonies of #825705

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825705

Black with #825705

Text Example


Text Example

White with #825705

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825705; }

 p { color: rgb(130,87,5); }

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

background-color css

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

 a { background-color: rgb(130,87,5); }

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

border-color css

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

 span { border-color: rgb(130,87,5); }

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