Html Css Color HEX #832D02 Saddle Brown

📋 copy color: '#832D02'

red 131 ◦ green 45 ◦ blue 2

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

Shades of Saddle Brown #832D02

Tints of Saddle Brown #832D02

RGB

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

 GREEN value IS 45 (17.97% from 255) = 25.28%

 BLUE value IS 2 (1.17% from 255) = 1.12%

R = 73.6%
G = 25.28%
B = 1.12%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.98

 K value IS 0.49

RGB Variations

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

Color information

#832D02 (or 0x832D02) is known color: Saddle Brown. HEX triplet: 83, 2D and 02. RGB value is (131,45,2). Sum of RGB (Red+Green+Blue) = 131+45+2=178 (23% of max value = 765). Red value is 131 (51.56% from 255 or 73.60% from 178); Green value is 45 (17.97% from 255 or 25.28% from 178); Blue value is 2 (1.17% from 255 or 1.12% from 178); Max value from RGB is 131 - color contains mainly: red. Hex color #832D02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #832D02 is #7CD2FD. Grayscale: #424242. Windows color (decimal): -8180478 or 142723. OLE color: 142723.

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

Color convert

RGB 131 45 2 -
CMYK 0 0.66 0.98 0.49
HSL 20º 0.97% 0.26% -
HSV(B) 20º 0.98% 0.51% -
XYZ 10.31 6.71 0.81 -
YUV 65.81 91.99 174.5 -
System Red Green Blue C M Y K H S L
Decimal 131 45 2 0 0.66 0.98 0.49 20 0.97 0.26
Hex 83 2D 2 0 42 62 31 14 61 1A
Octal 203 55 2 0 102 142 61 24 141 32
Binary 10000011 101101 10 0 1000010 1100010 110001 10100 1100001 11010

Color Harmonies of #832D02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #832D02

Black with #832D02

Text Example


Text Example

White with #832D02

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(131,45,2); }

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

background-color css

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

 a { background-color: rgb(131,45,2); }

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

border-color css

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

 span { border-color: rgb(131,45,2); }

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