Html Css Color HEX #B75341 Chestnut

📋 copy color: '#B75341'

red 183 ◦ green 83 ◦ blue 65

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

Shades of Chestnut #B75341

Tints of Chestnut #B75341

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 19.64%

R = 55.29%
G = 25.08%
B = 19.64%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.64

 K value IS 0.28

RGB Variations

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

Color information

#B75341 (or 0xB75341) is known color: Chestnut. HEX triplet: B7, 53 and 41. RGB value is (183,83,65). Sum of RGB (Red+Green+Blue) = 183+83+65=331 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.29% from 331); Green value is 83 (32.81% from 255 or 25.08% from 331); Blue value is 65 (25.78% from 255 or 19.64% from 331); Max value from RGB is 183 - color contains mainly: red. Hex color #B75341 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75341 is #48ACBE. Grayscale: #6F6F6F. Windows color (decimal): -4762815 or 4281271. OLE color: 4281271.

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

Color convert

RGB 183 83 65 -
CMYK 0 0.55 0.64 0.28
HSL 9.15º 0.48% 0.49% -
HSV(B) 9.15º 0.64% 0.72% -
XYZ 23.58 16.64 6.97 -
YUV 110.85 102.13 179.46 -
System Red Green Blue C M Y K H S L
Decimal 183 83 65 0 0.55 0.64 0.28 9.15 0.48 0.49
Hex B7 53 41 0 37 40 1C 9 30 31
Octal 267 123 101 0 67 100 34 11 60 61
Binary 10110111 1010011 1000001 0 110111 1000000 11100 1001 110000 110001

Color Harmonies of #B75341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75341

Black with #B75341

Text Example


Text Example

White with #B75341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75341; }

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

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

background-color css

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

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

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

border-color css

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

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

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