Html Css Color HEX #B75344 Chestnut

📋 copy color: '#B75344'

red 183 ◦ green 83 ◦ blue 68

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

Shades of Chestnut #B75344

Tints of Chestnut #B75344

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 20.36%

R = 54.79%
G = 24.85%
B = 20.36%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.63

 K value IS 0.28

RGB Variations

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

Color information

#B75344 (or 0xB75344) is known color: Chestnut. HEX triplet: B7, 53 and 44. RGB value is (183,83,68). Sum of RGB (Red+Green+Blue) = 183+83+68=334 (44% of max value = 765). Red value is 183 (71.88% from 255 or 54.79% from 334); Green value is 83 (32.81% from 255 or 24.85% from 334); Blue value is 68 (26.95% from 255 or 20.36% from 334); Max value from RGB is 183 - color contains mainly: red. Hex color #B75344 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75344 is #48ACBB. Grayscale: #6F6F6F. Windows color (decimal): -4762812 or 4477879. OLE color: 4477879.

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

Color convert

RGB 183 83 68 -
CMYK 0 0.55 0.63 0.28
HSL 7.83º 0.46% 0.49% -
HSV(B) 7.83º 0.63% 0.72% -
XYZ 23.67 16.67 7.44 -
YUV 111.19 103.63 179.22 -
System Red Green Blue C M Y K H S L
Decimal 183 83 68 0 0.55 0.63 0.28 7.83 0.46 0.49
Hex B7 53 44 0 37 3F 1C 8 2E 31
Octal 267 123 104 0 67 77 34 10 56 61
Binary 10110111 1010011 1000100 0 110111 111111 11100 1000 101110 110001

Color Harmonies of #B75344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75344

Black with #B75344

Text Example


Text Example

White with #B75344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75344; }

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

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

background-color css

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

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

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

border-color css

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

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

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