Html Css Color HEX #824A07 Raw Umber

📋 copy color: '#824A07'

red 130 ◦ green 74 ◦ blue 7

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

Shades of Raw Umber #824A07

Tints of Raw Umber #824A07

RGB

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

 GREEN value IS 74 (29.3% from 255) = 35.07%

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

R = 61.61%
G = 35.07%
B = 3.32%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824A07 (or 0x824A07) is known color: Raw Umber. HEX triplet: 82, 4A and 07. RGB value is (130,74,7). Sum of RGB (Red+Green+Blue) = 130+74+7=211 (27% of max value = 765). Red value is 130 (51.17% from 255 or 61.61% from 211); Green value is 74 (29.30% from 255 or 35.07% from 211); Blue value is 7 (3.12% from 255 or 3.32% from 211); Max value from RGB is 130 - color contains mainly: red. Hex color #824A07 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824A07 is #7DB5F8. Grayscale: #535353. Windows color (decimal): -8238585 or 477826. OLE color: 477826.

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

Color convert

RGB 130 74 7 -
CMYK 0 0.43 0.95 0.49
HSL 32.68º 0.9% 0.27% -
HSV(B) 32.68º 0.95% 0.51% -
XYZ 11.69 9.66 1.45 -
YUV 83.11 85.05 161.45 -
System Red Green Blue C M Y K H S L
Decimal 130 74 7 0 0.43 0.95 0.49 32.68 0.9 0.27
Hex 82 4A 7 0 2B 5F 31 21 5A 1B
Octal 202 112 7 0 53 137 61 41 132 33
Binary 10000010 1001010 111 0 101011 1011111 110001 100001 1011010 11011

Color Harmonies of #824A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824A07

Black with #824A07

Text Example


Text Example

White with #824A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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