Html Css Color HEX #824E07 Raw Umber

📋 copy color: '#824E07'

red 130 ◦ green 78 ◦ blue 7

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

Shades of Raw Umber #824E07

Tints of Raw Umber #824E07

RGB

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

 GREEN value IS 78 (30.86% from 255) = 36.28%

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

R = 60.47%
G = 36.28%
B = 3.26%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.95

 K value IS 0.49

RGB Variations

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

Color information

#824E07 (or 0x824E07) is known color: Raw Umber. HEX triplet: 82, 4E and 07. RGB value is (130,78,7). Sum of RGB (Red+Green+Blue) = 130+78+7=215 (28% of max value = 765). Red value is 130 (51.17% from 255 or 60.47% from 215); Green value is 78 (30.86% from 255 or 36.28% from 215); Blue value is 7 (3.12% from 255 or 3.26% from 215); Max value from RGB is 130 - color contains mainly: red. Hex color #824E07 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #824E07 is #7DB1F8. Grayscale: #555555. Windows color (decimal): -8237561 or 478850. OLE color: 478850.

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

Color convert

RGB 130 78 7 -
CMYK 0 0.40 0.95 0.49
HSL 34.63º 0.9% 0.27% -
HSV(B) 34.63º 0.95% 0.51% -
XYZ 11.97 10.21 1.54 -
YUV 85.45 83.73 159.77 -
System Red Green Blue C M Y K H S L
Decimal 130 78 7 0 0.40 0.95 0.49 34.63 0.9 0.27
Hex 82 4E 7 0 28 5F 31 23 5A 1B
Octal 202 116 7 0 50 137 61 43 132 33
Binary 10000010 1001110 111 0 101000 1011111 110001 100011 1011010 11011

Color Harmonies of #824E07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824E07

Black with #824E07

Text Example


Text Example

White with #824E07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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