Html Css Color HEX #834E0D Raw Umber

📋 copy color: '#834E0D'

red 131 ◦ green 78 ◦ blue 13

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

Shades of Raw Umber #834E0D

Tints of Raw Umber #834E0D

RGB

 RED value IS 131 (51.56% from 255) = 59.01%

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

 BLUE value IS 13 (5.47% from 255) = 5.86%

R = 59.01%
G = 35.14%
B = 5.86%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.90

 K value IS 0.49

RGB Variations

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

Color information

#834E0D (or 0x834E0D) is known color: Raw Umber. HEX triplet: 83, 4E and 0D. RGB value is (131,78,13). Sum of RGB (Red+Green+Blue) = 131+78+13=222 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.01% from 222); Green value is 78 (30.86% from 255 or 35.14% from 222); Blue value is 13 (5.47% from 255 or 5.86% from 222); Max value from RGB is 131 - color contains mainly: red. Hex color #834E0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834E0D is #7CB1F2. Grayscale: #565656. Windows color (decimal): -8172019 or 872067. OLE color: 872067.

HSL color Cylindrical-coordinate representation of color #834E0D: hue angle of 33.05º degrees, saturation: 0.82, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #834E0D is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 78 13 -
CMYK 0 0.40 0.90 0.49
HSL 33.05º 0.82% 0.28% -
HSV(B) 33.05º 0.9% 0.51% -
XYZ 12.16 10.3 1.73 -
YUV 86.44 86.56 159.79 -
System Red Green Blue C M Y K H S L
Decimal 131 78 13 0 0.40 0.90 0.49 33.05 0.82 0.28
Hex 83 4E D 0 28 5A 31 21 52 1C
Octal 203 116 15 0 50 132 61 41 122 34
Binary 10000011 1001110 1101 0 101000 1011010 110001 100001 1010010 11100

Color Harmonies of #834E0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834E0D

Black with #834E0D

Text Example


Text Example

White with #834E0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834E0D; }

 p { color: rgb(131,78,13); }

 H1.HeaderClassName
 {
   color: #834E0D;
 }
 .AnyTagClassName
 {
   color: #834E0D;
 }
</style>

background-color css

<style>
 a { background-color: #834E0D; }

 a { background-color: rgb(131,78,13); }

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

border-color css

<style>
 span { border-color: #834E0D; }

 span { border-color: rgb(131,78,13); }

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