Html Css Color HEX #825307 Raw Umber

📋 copy color: '#825307'

red 130 ◦ green 83 ◦ blue 7

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

Shades of Raw Umber #825307

Tints of Raw Umber #825307

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.18%

R = 59.09%
G = 37.73%
B = 3.18%

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

#825307 (or 0x825307) is known color: Raw Umber. HEX triplet: 82, 53 and 07. RGB value is (130,83,7). Sum of RGB (Red+Green+Blue) = 130+83+7=220 (29% of max value = 765). Red value is 130 (51.17% from 255 or 59.09% from 220); Green value is 83 (32.81% from 255 or 37.73% from 220); Blue value is 7 (3.12% from 255 or 3.18% from 220); Max value from RGB is 130 - color contains mainly: red. Hex color #825307 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825307 is #7DACF8. Grayscale: #585858. Windows color (decimal): -8236281 or 480130. OLE color: 480130.

HSL color Cylindrical-coordinate representation of color #825307: hue angle of 37.07º degrees, saturation: 0.9, 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 #825307 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 83 7 -
CMYK 0 0.36 0.95 0.49
HSL 37.07º 0.9% 0.27% -
HSV(B) 37.07º 0.95% 0.51% -
XYZ 12.34 10.95 1.66 -
YUV 88.39 82.07 157.68 -
System Red Green Blue C M Y K H S L
Decimal 130 83 7 0 0.36 0.95 0.49 37.07 0.9 0.27
Hex 82 53 7 0 24 5F 31 25 5A 1B
Octal 202 123 7 0 44 137 61 45 132 33
Binary 10000010 1010011 111 0 100100 1011111 110001 100101 1011010 11011

Color Harmonies of #825307

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825307

Black with #825307

Text Example


Text Example

White with #825307

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825307; }

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

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

background-color css

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

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

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

border-color css

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

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

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