Html Css Color HEX #834F0D Raw Umber

📋 copy color: '#834F0D'

red 131 ◦ green 79 ◦ blue 13

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

Shades of Raw Umber #834F0D

Tints of Raw Umber #834F0D

RGB

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

 GREEN value IS 79 (31.25% from 255) = 35.43%

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

R = 58.74%
G = 35.43%
B = 5.83%

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

#834F0D (or 0x834F0D) is known color: Raw Umber. HEX triplet: 83, 4F and 0D. RGB value is (131,79,13). Sum of RGB (Red+Green+Blue) = 131+79+13=223 (29% of max value = 765). Red value is 131 (51.56% from 255 or 58.74% from 223); Green value is 79 (31.25% from 255 or 35.43% from 223); Blue value is 13 (5.47% from 255 or 5.83% from 223); Max value from RGB is 131 - color contains mainly: red. Hex color #834F0D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #834F0D is #7CB0F2. Grayscale: #575757. Windows color (decimal): -8171763 or 872323. OLE color: 872323.

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

Color convert

RGB 131 79 13 -
CMYK 0 0.40 0.90 0.49
HSL 33.56º 0.82% 0.28% -
HSV(B) 33.56º 0.9% 0.51% -
XYZ 12.23 10.45 1.75 -
YUV 87.02 86.23 159.37 -
System Red Green Blue C M Y K H S L
Decimal 131 79 13 0 0.40 0.90 0.49 33.56 0.82 0.28
Hex 83 4F D 0 28 5A 31 22 52 1C
Octal 203 117 15 0 50 132 61 42 122 34
Binary 10000011 1001111 1101 0 101000 1011010 110001 100010 1010010 11100

Color Harmonies of #834F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834F0D

Black with #834F0D

Text Example


Text Example

White with #834F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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