Html Css Color HEX #824C01 Raw Umber

📋 copy color: '#824C01'

red 130 ◦ green 76 ◦ blue 1

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

Shades of Raw Umber #824C01

Tints of Raw Umber #824C01

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.48%

R = 62.8%
G = 36.71%
B = 0.48%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#824C01 (or 0x824C01) is known color: Raw Umber. HEX triplet: 82, 4C and 01. RGB value is (130,76,1). Sum of RGB (Red+Green+Blue) = 130+76+1=207 (27% of max value = 765). Red value is 130 (51.17% from 255 or 62.80% from 207); Green value is 76 (30.08% from 255 or 36.71% from 207); Blue value is 1 (0.78% from 255 or 0.48% from 207); Max value from RGB is 130 - color contains mainly: red. Hex color #824C01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #824C01 is #7DB3FE. Grayscale: #535353. Windows color (decimal): -8238079 or 85122. OLE color: 85122.

HSL color Cylindrical-coordinate representation of color #824C01: hue angle of 34.88º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #824C01 is Cyan = 0, Magento = 0.42, Yellow = 0.99 and Black (K on CMYK) = 0.49.

Color convert

RGB 130 76 1 -
CMYK 0 0.42 0.99 0.49
HSL 34.88º 0.98% 0.26% -
HSV(B) 34.88º 0.99% 0.51% -
XYZ 11.8 9.92 1.32 -
YUV 83.6 81.39 161.1 -
System Red Green Blue C M Y K H S L
Decimal 130 76 1 0 0.42 0.99 0.49 34.88 0.98 0.26
Hex 82 4C 1 0 2A 63 31 23 62 1A
Octal 202 114 1 0 52 143 61 43 142 32
Binary 10000010 1001100 1 0 101010 1100011 110001 100011 1100010 11010

Color Harmonies of #824C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #824C01

Black with #824C01

Text Example


Text Example

White with #824C01

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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