Html Css Color HEX #824800 Raw Umber

📋 copy color: '#824800'

red 130 ◦ green 72 ◦ blue 0

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

Shades of Raw Umber #824800

Tints of Raw Umber #824800

RGB

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

 GREEN value IS 72 (28.52% from 255) = 35.64%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 64.36%
G = 35.64%
B = 0%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#824800 (or 0x824800) is known color: Raw Umber. HEX triplet: 82, 48 and 00. RGB value is (130,72,0). Sum of RGB (Red+Green+Blue) = 130+72+0=202 (26% of max value = 765). Red value is 130 (51.17% from 255 or 64.36% from 202); Green value is 72 (28.52% from 255 or 35.64% from 202); Blue value is 0 (0.39% from 255 or 0% from 202); Max value from RGB is 130 - color contains mainly: red. Hex color #824800 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824800 is #7DB7FF. Grayscale: #515151. Windows color (decimal): -8239104 or 18562. OLE color: 18562.

HSL color Cylindrical-coordinate representation of color #824800: hue angle of 33.23º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #824800 is Cyan = 0, Magento = 0.45, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 72 0 -
CMYK 0 0.45 1 0.49
HSL 33.23º 1% 0.25% -
HSV(B) 33.23º 1% 0.51% -
XYZ 11.52 9.38 1.2 -
YUV 81.13 82.22 162.85 -
System Red Green Blue C M Y K H S L
Decimal 130 72 0 0 0.45 1 0.49 33.23 1 0.25
Hex 82 48 0 0 2D 64 31 21 64 19
Octal 202 110 0 0 55 144 61 41 144 31
Binary 10000010 1001000 0 0 101101 1100100 110001 100001 1100100 11001

Color Harmonies of #824800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824800

Black with #824800

Text Example


Text Example

White with #824800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824800; }

 p { color: rgb(130,72,0); }

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

background-color css

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

 a { background-color: rgb(130,72,0); }

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

border-color css

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

 span { border-color: rgb(130,72,0); }

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