Html Css Color HEX #B74342 Chestnut

📋 copy color: '#B74342'

red 183 ◦ green 67 ◦ blue 66

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

Shades of Chestnut #B74342

Tints of Chestnut #B74342

RGB

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

 GREEN value IS 67 (26.56% from 255) = 21.2%

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

R = 57.91%
G = 21.2%
B = 20.89%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B74342 (or 0xB74342) is known color: Chestnut. HEX triplet: B7, 43 and 42. RGB value is (183,67,66). Sum of RGB (Red+Green+Blue) = 183+67+66=316 (41% of max value = 765). Red value is 183 (71.88% from 255 or 57.91% from 316); Green value is 67 (26.56% from 255 or 21.20% from 316); Blue value is 66 (26.17% from 255 or 20.89% from 316); Max value from RGB is 183 - color contains mainly: red. Hex color #B74342 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B74342 is #48BCBD. Grayscale: #656565. Windows color (decimal): -4766910 or 4342711. OLE color: 4342711.

HSL color Cylindrical-coordinate representation of color #B74342: hue angle of 0.51º 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 #B74342 is Cyan = 0, Magento = 0.63, Yellow = 0.64 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 67 66 -
CMYK 0 0.63 0.64 0.28
HSL 0.51º 0.47% 0.49% -
HSV(B) 0.51º 0.64% 0.72% -
XYZ 22.52 14.47 6.76 -
YUV 101.57 107.93 186.08 -
System Red Green Blue C M Y K H S L
Decimal 183 67 66 0 0.63 0.64 0.28 0.51 0.47 0.49
Hex B7 43 42 0 3F 40 1C 1 2F 31
Octal 267 103 102 0 77 100 34 1 57 61
Binary 10110111 1000011 1000010 0 111111 1000000 11100 1 101111 110001

Color Harmonies of #B74342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B74342

Black with #B74342

Text Example


Text Example

White with #B74342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B74342; }

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

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

background-color css

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

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

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

border-color css

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

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

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