Html Css Color HEX #B3533F Chestnut

📋 copy color: '#B3533F'

red 179 ◦ green 83 ◦ blue 63

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

Shades of Chestnut #B3533F

Tints of Chestnut #B3533F

RGB

 RED value IS 179 (70.31% from 255) = 55.08%

 GREEN value IS 83 (32.81% from 255) = 25.54%

 BLUE value IS 63 (25% from 255) = 19.38%

R = 55.08%
G = 25.54%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.65

 K value IS 0.30

RGB Variations

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

Color information

#B3533F (or 0xB3533F) is known color: Chestnut. HEX triplet: B3, 53 and 3F. RGB value is (179,83,63). Sum of RGB (Red+Green+Blue) = 179+83+63=325 (43% of max value = 765). Red value is 179 (70.31% from 255 or 55.08% from 325); Green value is 83 (32.81% from 255 or 25.54% from 325); Blue value is 63 (25% from 255 or 19.38% from 325); Max value from RGB is 179 - color contains mainly: red. Hex color #B3533F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B3533F is #4CACC0. Grayscale: #6D6D6D. Windows color (decimal): -5024961 or 4150195. OLE color: 4150195.

HSL color Cylindrical-coordinate representation of color #B3533F: hue angle of 10.34º degrees, saturation: 0.48, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B3533F is Cyan = 0, Magento = 0.54, Yellow = 0.65 and Black (K on CMYK) = 0.30.

Color convert

RGB 179 83 63 -
CMYK 0 0.54 0.65 0.30
HSL 10.34º 0.48% 0.47% -
HSV(B) 10.34º 0.65% 0.7% -
XYZ 22.58 16.13 6.63 -
YUV 109.42 101.8 177.63 -
System Red Green Blue C M Y K H S L
Decimal 179 83 63 0 0.54 0.65 0.30 10.34 0.48 0.47
Hex B3 53 3F 0 36 41 1E A 30 2F
Octal 263 123 77 0 66 101 36 12 60 57
Binary 10110011 1010011 111111 0 110110 1000001 11110 1010 110000 101111

Color Harmonies of #B3533F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B3533F

Black with #B3533F

Text Example


Text Example

White with #B3533F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B3533F; }

 p { color: rgb(179,83,63); }

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

background-color css

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

 a { background-color: rgb(179,83,63); }

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

border-color css

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

 span { border-color: rgb(179,83,63); }

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