Html Css Color HEX #834004 Saddle Brown

📋 copy color: '#834004'

red 131 ◦ green 64 ◦ blue 4

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

Shades of Saddle Brown #834004

Tints of Saddle Brown #834004

RGB

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

 GREEN value IS 64 (25.39% from 255) = 32.16%

 BLUE value IS 4 (1.95% from 255) = 2.01%

R = 65.83%
G = 32.16%
B = 2.01%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#834004 (or 0x834004) is known color: Saddle Brown. HEX triplet: 83, 40 and 04. RGB value is (131,64,4). Sum of RGB (Red+Green+Blue) = 131+64+4=199 (26% of max value = 765). Red value is 131 (51.56% from 255 or 65.83% from 199); Green value is 64 (25.39% from 255 or 32.16% from 199); Blue value is 4 (1.95% from 255 or 2.01% from 199); Max value from RGB is 131 - color contains mainly: red. Hex color #834004 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834004 is #7CBFFB. Grayscale: #4D4D4D. Windows color (decimal): -8175612 or 278659. OLE color: 278659.

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

Color convert

RGB 131 64 4 -
CMYK 0 0.51 0.97 0.49
HSL 28.35º 0.94% 0.26% -
HSV(B) 28.35º 0.97% 0.51% -
XYZ 11.22 8.5 1.16 -
YUV 77.19 86.7 166.38 -
System Red Green Blue C M Y K H S L
Decimal 131 64 4 0 0.51 0.97 0.49 28.35 0.94 0.26
Hex 83 40 4 0 33 61 31 1C 5E 1A
Octal 203 100 4 0 63 141 61 34 136 32
Binary 10000011 1000000 100 0 110011 1100001 110001 11100 1011110 11010

Color Harmonies of #834004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834004

Black with #834004

Text Example


Text Example

White with #834004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834004; }

 p { color: rgb(131,64,4); }

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

background-color css

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

 a { background-color: rgb(131,64,4); }

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

border-color css

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

 span { border-color: rgb(131,64,4); }

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