Html Css Color HEX #824C00 Raw Umber

📋 copy color: '#824C00'

red 130 ◦ green 76 ◦ blue 0

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

Shades of Raw Umber #824C00

Tints of Raw Umber #824C00

RGB

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

 GREEN value IS 76 (30.08% from 255) = 36.89%

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

R = 63.11%
G = 36.89%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#824C00 (or 0x824C00) is known color: Raw Umber. HEX triplet: 82, 4C and 00. RGB value is (130,76,0). Sum of RGB (Red+Green+Blue) = 130+76+0=206 (27% of max value = 765). Red value is 130 (51.17% from 255 or 63.11% from 206); Green value is 76 (30.08% from 255 or 36.89% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 130 - color contains mainly: red. Hex color #824C00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C00 is #7DB3FF. Grayscale: #535353. Windows color (decimal): -8238080 or 19586. OLE color: 19586.

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

Color convert

RGB 130 76 0 -
CMYK 0 0.42 1 0.49
HSL 35.08º 1% 0.25% -
HSV(B) 35.08º 1% 0.51% -
XYZ 11.79 9.91 1.29 -
YUV 83.48 80.89 161.18 -
System Red Green Blue C M Y K H S L
Decimal 130 76 0 0 0.42 1 0.49 35.08 1 0.25
Hex 82 4C 0 0 2A 64 31 23 64 19
Octal 202 114 0 0 52 144 61 43 144 31
Binary 10000010 1001100 0 0 101010 1100100 110001 100011 1100100 11001

Color Harmonies of #824C00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C00

Black with #824C00

Text Example


Text Example

White with #824C00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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