Html Css Color HEX #832A01 Saddle Brown

📋 copy color: '#832A01'

red 131 ◦ green 42 ◦ blue 1

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

Shades of Saddle Brown #832A01

Tints of Saddle Brown #832A01

RGB

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

 GREEN value IS 42 (16.8% from 255) = 24.14%

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

R = 75.29%
G = 24.14%
B = 0.57%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.99

 K value IS 0.49

RGB Variations

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

Color information

#832A01 (or 0x832A01) is known color: Saddle Brown. HEX triplet: 83, 2A and 01. RGB value is (131,42,1). Sum of RGB (Red+Green+Blue) = 131+42+1=174 (23% of max value = 765). Red value is 131 (51.56% from 255 or 75.29% from 174); Green value is 42 (16.80% from 255 or 24.14% from 174); Blue value is 1 (0.78% from 255 or 0.57% from 174); Max value from RGB is 131 - color contains mainly: red. Hex color #832A01 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832A01 is #7CD5FE. Grayscale: #404040. Windows color (decimal): -8181247 or 76419. OLE color: 76419.

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

Color convert

RGB 131 42 1 -
CMYK 0 0.68 0.99 0.49
HSL 18.92º 0.98% 0.26% -
HSV(B) 18.92º 0.99% 0.51% -
XYZ 10.19 6.48 0.74 -
YUV 63.94 92.49 175.83 -
System Red Green Blue C M Y K H S L
Decimal 131 42 1 0 0.68 0.99 0.49 18.92 0.98 0.26
Hex 83 2A 1 0 44 63 31 13 62 1A
Octal 203 52 1 0 104 143 61 23 142 32
Binary 10000011 101010 1 0 1000100 1100011 110001 10011 1100010 11010

Color Harmonies of #832A01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A01

Black with #832A01

Text Example


Text Example

White with #832A01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #832A01; }

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

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

background-color css

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

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

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

border-color css

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

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

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