Html Css Color HEX #824F00 Raw Umber

📋 copy color: '#824F00'

red 130 ◦ green 79 ◦ blue 0

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

Shades of Raw Umber #824F00

Tints of Raw Umber #824F00

RGB

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

 GREEN value IS 79 (31.25% from 255) = 37.8%

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

R = 62.2%
G = 37.8%
B = 0%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#824F00 (or 0x824F00) is known color: Raw Umber. HEX triplet: 82, 4F and 00. RGB value is (130,79,0). Sum of RGB (Red+Green+Blue) = 130+79+0=209 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.20% from 209); Green value is 79 (31.25% from 255 or 37.80% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 130 - color contains mainly: red. Hex color #824F00 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824F00 is #7DB0FF. Grayscale: #555555. Windows color (decimal): -8237312 or 20354. OLE color: 20354.

HSL color Cylindrical-coordinate representation of color #824F00: hue angle of 36.46º 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 #824F00 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 79 0 -
CMYK 0 0.39 1 0.49
HSL 36.46º 1% 0.25% -
HSV(B) 36.46º 1% 0.51% -
XYZ 12 10.34 1.36 -
YUV 85.24 79.9 159.92 -
System Red Green Blue C M Y K H S L
Decimal 130 79 0 0 0.39 1 0.49 36.46 1 0.25
Hex 82 4F 0 0 27 64 31 24 64 19
Octal 202 117 0 0 47 144 61 44 144 31
Binary 10000010 1001111 0 0 100111 1100100 110001 100100 1100100 11001

Color Harmonies of #824F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824F00

Black with #824F00

Text Example


Text Example

White with #824F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #824F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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