Html Css Color HEX #834701 Saddle Brown

📋 copy color: '#834701'

red 131 ◦ green 71 ◦ blue 1

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

Shades of Saddle Brown #834701

Tints of Saddle Brown #834701

RGB

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

 GREEN value IS 71 (28.13% from 255) = 34.98%

 BLUE value IS 1 (0.78% from 255) = 0.49%

R = 64.53%
G = 34.98%
B = 0.49%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#834701 (or 0x834701) is known color: Saddle Brown. HEX triplet: 83, 47 and 01. RGB value is (131,71,1). Sum of RGB (Red+Green+Blue) = 131+71+1=203 (26% of max value = 765). Red value is 131 (51.56% from 255 or 64.53% from 203); Green value is 71 (28.12% from 255 or 34.98% from 203); Blue value is 1 (0.78% from 255 or 0.49% from 203); Max value from RGB is 131 - color contains mainly: red. Hex color #834701 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #834701 is #7CB8FE. Grayscale: #515151. Windows color (decimal): -8173823 or 83843. OLE color: 83843.

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

Color convert

RGB 131 71 1 -
CMYK 0 0.46 0.99 0.49
HSL 32.31º 0.98% 0.26% -
HSV(B) 32.31º 0.99% 0.51% -
XYZ 11.62 9.33 1.22 -
YUV 80.96 82.88 163.69 -
System Red Green Blue C M Y K H S L
Decimal 131 71 1 0 0.46 0.99 0.49 32.31 0.98 0.26
Hex 83 47 1 0 2E 63 31 20 62 1A
Octal 203 107 1 0 56 143 61 40 142 32
Binary 10000011 1000111 1 0 101110 1100011 110001 100000 1100010 11010

Color Harmonies of #834701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #834701

Black with #834701

Text Example


Text Example

White with #834701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #834701; }

 p { color: rgb(131,71,1); }

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

background-color css

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

 a { background-color: rgb(131,71,1); }

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

border-color css

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

 span { border-color: rgb(131,71,1); }

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