Html Css Color HEX #4B552B Bronzetone

📋 copy color: '#4B552B'

red 75 ◦ green 85 ◦ blue 43

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

Shades of Bronzetone #4B552B

Tints of Bronzetone #4B552B

RGB

 RED value IS 75 (29.69% from 255) = 36.95%

 GREEN value IS 85 (33.59% from 255) = 41.87%

 BLUE value IS 43 (17.19% from 255) = 21.18%

R = 36.95%
G = 41.87%
B = 21.18%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#4B552B (or 0x4B552B) is known color: Bronzetone. HEX triplet: 4B, 55 and 2B. RGB value is (75,85,43). Sum of RGB (Red+Green+Blue) = 75+85+43=203 (26% of max value = 765). Red value is 75 (29.69% from 255 or 36.95% from 203); Green value is 85 (33.59% from 255 or 41.87% from 203); Blue value is 43 (17.19% from 255 or 21.18% from 203); Max value from RGB is 85 - color contains mainly: green. Hex color #4B552B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #4B552B is #B4AAD4. Grayscale: #4D4D4D. Windows color (decimal): -11840213 or 2839883. OLE color: 2839883.

HSL color Cylindrical-coordinate representation of color #4B552B: hue angle of 74.29º degrees, saturation: 0.33, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #4B552B is Cyan = 0.12, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 75 85 43 -
CMYK 0.12 0 0.49 0.67
HSL 74.29º 0.33% 0.25% -
HSV(B) 74.29º 0.49% 0.33% -
XYZ 6.59 8.17 3.51 -
YUV 77.22 108.69 126.42 -
System Red Green Blue C M Y K H S L
Decimal 75 85 43 0.12 0 0.49 0.67 74.29 0.33 0.25
Hex 4B 55 2B C 0 31 43 4A 21 19
Octal 113 125 53 14 0 61 103 112 41 31
Binary 1001011 1010101 101011 1100 0 110001 1000011 1001010 100001 11001

Color Harmonies of #4B552B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B552B

Black with #4B552B

Text Example


Text Example

White with #4B552B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4B552B; }

 p { color: rgb(75,85,43); }

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

background-color css

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

 a { background-color: rgb(75,85,43); }

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

border-color css

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

 span { border-color: rgb(75,85,43); }

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