Html Css Color HEX #834304 Saddle Brown

📋 copy color: '#834304'

red 131 ◦ green 67 ◦ blue 4

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

Shades of Saddle Brown #834304

Tints of Saddle Brown #834304

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

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

R = 64.85%
G = 33.17%
B = 1.98%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.97

 K value IS 0.49

RGB Variations

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

Color information

#834304 (or 0x834304) is known color: Saddle Brown. HEX triplet: 83, 43 and 04. RGB value is (131,67,4). Sum of RGB (Red+Green+Blue) = 131+67+4=202 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.85% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 4 (1.95% from 255 or 1.98% from 202); Max value from RGB is 131 - color contains mainly: red. Hex color #834304 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834304 is #7CBCFB. Grayscale: #4F4F4F. Windows color (decimal): -8174844 or 279427. OLE color: 279427.

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

Color convert

RGB 131 67 4 -
CMYK 0 0.49 0.97 0.49
HSL 29.76º 0.94% 0.26% -
HSV(B) 29.76º 0.97% 0.51% -
XYZ 11.39 8.85 1.22 -
YUV 78.95 85.7 165.12 -
System Red Green Blue C M Y K H S L
Decimal 131 67 4 0 0.49 0.97 0.49 29.76 0.94 0.26
Hex 83 43 4 0 31 61 31 1E 5E 1A
Octal 203 103 4 0 61 141 61 36 136 32
Binary 10000011 1000011 100 0 110001 1100001 110001 11110 1011110 11010

Color Harmonies of #834304

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834304

Black with #834304

Text Example


Text Example

White with #834304

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834304; }

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

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

background-color css

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

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

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

border-color css

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

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

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