Html Css Color HEX #825B0E Raw Umber

📋 copy color: '#825B0E'

red 130 ◦ green 91 ◦ blue 14

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

Shades of Raw Umber #825B0E

Tints of Raw Umber #825B0E

RGB

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

 GREEN value IS 91 (35.94% from 255) = 38.72%

 BLUE value IS 14 (5.86% from 255) = 5.96%

R = 55.32%
G = 38.72%
B = 5.96%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.89

 K value IS 0.49

RGB Variations

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

Color information

#825B0E (or 0x825B0E) is known color: Raw Umber. HEX triplet: 82, 5B and 0E. RGB value is (130,91,14). Sum of RGB (Red+Green+Blue) = 130+91+14=235 (31% of max value = 765). Red value is 130 (51.17% from 255 or 55.32% from 235); Green value is 91 (35.94% from 255 or 38.72% from 235); Blue value is 14 (5.86% from 255 or 5.96% from 235); Max value from RGB is 130 - color contains mainly: red. Hex color #825B0E is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #825B0E is #7DA4F1. Grayscale: #5E5E5E. Windows color (decimal): -8234226 or 940930. OLE color: 940930.

HSL color Cylindrical-coordinate representation of color #825B0E: hue angle of 39.83º degrees, saturation: 0.81, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #825B0E is Cyan = 0, Magento = 0.30, Yellow = 0.89 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 91 14 -
CMYK 0 0.30 0.89 0.49
HSL 39.83º 0.81% 0.28% -
HSV(B) 39.83º 0.89% 0.51% -
XYZ 13.03 12.26 2.1 -
YUV 93.88 82.92 153.76 -
System Red Green Blue C M Y K H S L
Decimal 130 91 14 0 0.30 0.89 0.49 39.83 0.81 0.28
Hex 82 5B E 0 1E 59 31 28 51 1C
Octal 202 133 16 0 36 131 61 50 121 34
Binary 10000010 1011011 1110 0 11110 1011001 110001 101000 1010001 11100

Color Harmonies of #825B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #825B0E

Black with #825B0E

Text Example


Text Example

White with #825B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #825B0E; }

 p { color: rgb(130,91,14); }

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

background-color css

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

 a { background-color: rgb(130,91,14); }

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

border-color css

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

 span { border-color: rgb(130,91,14); }

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