Html Css Color HEX #B7534C Chestnut

📋 copy color: '#B7534C'

red 183 ◦ green 83 ◦ blue 76

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

Shades of Chestnut #B7534C

Tints of Chestnut #B7534C

RGB

 RED value IS 183 (71.88% from 255) = 53.51%

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

 BLUE value IS 76 (30.08% from 255) = 22.22%

R = 53.51%
G = 24.27%
B = 22.22%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.28

RGB Variations

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

Color information

#B7534C (or 0xB7534C) is known color: Chestnut. HEX triplet: B7, 53 and 4C. RGB value is (183,83,76). Sum of RGB (Red+Green+Blue) = 183+83+76=342 (45% of max value = 765). Red value is 183 (71.88% from 255 or 53.51% from 342); Green value is 83 (32.81% from 255 or 24.27% from 342); Blue value is 76 (30.08% from 255 or 22.22% from 342); Max value from RGB is 183 - color contains mainly: red. Hex color #B7534C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B7534C is #48ACB3. Grayscale: #707070. Windows color (decimal): -4762804 or 5002167. OLE color: 5002167.

HSL color Cylindrical-coordinate representation of color #B7534C: hue angle of 3.93º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #B7534C is Cyan = 0, Magento = 0.55, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 83 76 -
CMYK 0 0.55 0.58 0.28
HSL 3.93º 0.43% 0.51% -
HSV(B) 3.93º 0.58% 0.72% -
XYZ 23.93 16.78 8.81 -
YUV 112.1 107.63 178.57 -
System Red Green Blue C M Y K H S L
Decimal 183 83 76 0 0.55 0.58 0.28 3.93 0.43 0.51
Hex B7 53 4C 0 37 3A 1C 4 2B 33
Octal 267 123 114 0 67 72 34 4 53 63
Binary 10110111 1010011 1001100 0 110111 111010 11100 100 101011 110011

Color Harmonies of #B7534C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B7534C

Black with #B7534C

Text Example


Text Example

White with #B7534C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B7534C; }

 p { color: rgb(183,83,76); }

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

background-color css

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

 a { background-color: rgb(183,83,76); }

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

border-color css

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

 span { border-color: rgb(183,83,76); }

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