Html Css Color HEX #832A00 Saddle Brown

📋 copy color: '#832A00'

red 131 ◦ green 42 ◦ blue 0

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

Shades of Saddle Brown #832A00

Tints of Saddle Brown #832A00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 75.72%
G = 24.28%
B = 0%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#832A00 (or 0x832A00) is known color: Saddle Brown. HEX triplet: 83, 2A and 00. RGB value is (131,42,0). Sum of RGB (Red+Green+Blue) = 131+42+0=173 (22% of max value = 765). Red value is 131 (51.56% from 255 or 75.72% from 173); Green value is 42 (16.80% from 255 or 24.28% from 173); Blue value is 0 (0.39% from 255 or 0% from 173); Max value from RGB is 131 - color contains mainly: red. Hex color #832A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832A00 is #7CD5FF. Grayscale: #404040. Windows color (decimal): -8181248 or 10883. OLE color: 10883.

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

Color convert

RGB 131 42 0 -
CMYK 0 0.68 1 0.49
HSL 19.24º 1% 0.26% -
HSV(B) 19.24º 1% 0.51% -
XYZ 10.19 6.48 0.71 -
YUV 63.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 131 42 0 0 0.68 1 0.49 19.24 1 0.26
Hex 83 2A 0 0 44 64 31 13 64 1A
Octal 203 52 0 0 104 144 61 23 144 32
Binary 10000011 101010 0 0 1000100 1100100 110001 10011 1100100 11010

Color Harmonies of #832A00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832A00

Black with #832A00

Text Example


Text Example

White with #832A00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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