Html Css Color HEX #832901 Saddle Brown

📋 copy color: '#832901'

red 131 ◦ green 41 ◦ blue 1

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

Shades of Saddle Brown #832901

Tints of Saddle Brown #832901

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.7%

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

R = 75.72%
G = 23.7%
B = 0.58%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#832901 (or 0x832901) is known color: Saddle Brown. HEX triplet: 83, 29 and 01. RGB value is (131,41,1). Sum of RGB (Red+Green+Blue) = 131+41+1=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 41 (16.41% from 255 or 23.70% from 173); Blue value is 1 (0.78% from 255 or 0.58% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #832901 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832901 is #7CD6FE. Grayscale: #3F3F3F. Windows color (decimal): -8181503 or 76163. OLE color: 76163.

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

Color convert

RGB 131 41 1 -
CMYK 0 0.69 0.99 0.49
HSL 18.46º 0.98% 0.26% -
HSV(B) 18.46º 0.99% 0.51% -
XYZ 10.16 6.41 0.73 -
YUV 63.35 92.82 176.25 -
System Red Green Blue C M Y K H S L
Decimal 131 41 1 0 0.69 0.99 0.49 18.46 0.98 0.26
Hex 83 29 1 0 45 63 31 12 62 1A
Octal 203 51 1 0 105 143 61 22 142 32
Binary 10000011 101001 1 0 1000101 1100011 110001 10010 1100010 11010

Color Harmonies of #832901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832901

Black with #832901

Text Example


Text Example

White with #832901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832901; }

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

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

background-color css

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

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

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

border-color css

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

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

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