Html Css Color HEX #B75C34 Smoke Tree

📋 copy color: '#B75C34'

red 183 ◦ green 92 ◦ blue 52

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

Shades of Smoke Tree #B75C34

Tints of Smoke Tree #B75C34

RGB

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

 GREEN value IS 92 (36.33% from 255) = 28.13%

 BLUE value IS 52 (20.7% from 255) = 15.9%

R = 55.96%
G = 28.13%
B = 15.9%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B75C34 (or 0xB75C34) is known color: Smoke Tree. HEX triplet: B7, 5C and 34. RGB value is (183,92,52). Sum of RGB (Red+Green+Blue) = 183+92+52=327 (43% of max value = 765). Red value is 183 (71.88% from 255 or 55.96% from 327); Green value is 92 (36.33% from 255 or 28.13% from 327); Blue value is 52 (20.70% from 255 or 15.90% from 327); Max value from RGB is 183 - color contains mainly: red. Hex color #B75C34 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #B75C34 is #48A3CB. Grayscale: #727272. Windows color (decimal): -4760524 or 3431607. OLE color: 3431607.

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

Color convert

RGB 183 92 52 -
CMYK 0 0.50 0.72 0.28
HSL 18.32º 0.56% 0.46% -
HSV(B) 18.32º 0.72% 0.72% -
XYZ 23.98 17.97 5.45 -
YUV 114.65 92.65 176.75 -
System Red Green Blue C M Y K H S L
Decimal 183 92 52 0 0.50 0.72 0.28 18.32 0.56 0.46
Hex B7 5C 34 0 32 48 1C 12 38 2E
Octal 267 134 64 0 62 110 34 22 70 56
Binary 10110111 1011100 110100 0 110010 1001000 11100 10010 111000 101110

Color Harmonies of #B75C34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B75C34

Black with #B75C34

Text Example


Text Example

White with #B75C34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B75C34; }

 p { color: rgb(183,92,52); }

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

background-color css

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

 a { background-color: rgb(183,92,52); }

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

border-color css

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

 span { border-color: rgb(183,92,52); }

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