Html Css Color HEX #B74542 Chestnut

📋 copy color: '#B74542'

red 183 ◦ green 69 ◦ blue 66

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

Shades of Chestnut #B74542

Tints of Chestnut #B74542

RGB

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

 GREEN value IS 69 (27.34% from 255) = 21.7%

 BLUE value IS 66 (26.17% from 255) = 20.75%

R = 57.55%
G = 21.7%
B = 20.75%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74542 (or 0xB74542) is known color: Chestnut. HEX triplet: B7, 45 and 42. RGB value is (183,69,66). Sum of RGB (Red+Green+Blue) = 183+69+66=318 (42% of max value = 765). Red value is 183 (71.88% from 255 or 57.55% from 318); Green value is 69 (27.34% from 255 or 21.70% from 318); Blue value is 66 (26.17% from 255 or 20.75% from 318); Max value from RGB is 183 - color contains mainly: red. Hex color #B74542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74542 is #48BABD. Grayscale: #666666. Windows color (decimal): -4766398 or 4343223. OLE color: 4343223.

HSL color Cylindrical-coordinate representation of color #B74542: hue angle of 1.54º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #B74542 is Cyan = 0, Magento = 0.62, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 69 66 -
CMYK 0 0.62 0.64 0.28
HSL 1.54º 0.47% 0.49% -
HSV(B) 1.54º 0.64% 0.72% -
XYZ 22.64 14.72 6.8 -
YUV 102.74 107.27 185.24 -
System Red Green Blue C M Y K H S L
Decimal 183 69 66 0 0.62 0.64 0.28 1.54 0.47 0.49
Hex B7 45 42 0 3E 40 1C 2 2F 31
Octal 267 105 102 0 76 100 34 2 57 61
Binary 10110111 1000101 1000010 0 111110 1000000 11100 10 101111 110001

Color Harmonies of #B74542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74542

Black with #B74542

Text Example


Text Example

White with #B74542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74542; }

 p { color: rgb(183,69,66); }

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

background-color css

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

 a { background-color: rgb(183,69,66); }

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

border-color css

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

 span { border-color: rgb(183,69,66); }

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