Html Css Color HEX #834E0A Raw Umber

📋 copy color: '#834E0A'

red 131 ◦ green 78 ◦ blue 10

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

Shades of Raw Umber #834E0A

Tints of Raw Umber #834E0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 4.57%

R = 59.82%
G = 35.62%
B = 4.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#834E0A (or 0x834E0A) is known color: Raw Umber. HEX triplet: 83, 4E and 0A. RGB value is (131,78,10). Sum of RGB (Red+Green+Blue) = 131+78+10=219 (29% of max value = 765). Red value is 131 (51.56% from 255 or 59.82% from 219); Green value is 78 (30.86% from 255 or 35.62% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 131 - color contains mainly: red. Hex color #834E0A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834E0A is #7CB1F5. Grayscale: #565656. Windows color (decimal): -8172022 or 675459. OLE color: 675459.

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

Color convert

RGB 131 78 10 -
CMYK 0 0.40 0.92 0.49
HSL 33.72º 0.86% 0.28% -
HSV(B) 33.72º 0.92% 0.51% -
XYZ 12.14 10.3 1.63 -
YUV 86.1 85.06 160.03 -
System Red Green Blue C M Y K H S L
Decimal 131 78 10 0 0.40 0.92 0.49 33.72 0.86 0.28
Hex 83 4E A 0 28 5C 31 22 56 1C
Octal 203 116 12 0 50 134 61 42 126 34
Binary 10000011 1001110 1010 0 101000 1011100 110001 100010 1010110 11100

Color Harmonies of #834E0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834E0A

Black with #834E0A

Text Example


Text Example

White with #834E0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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