Html Css Color HEX #55462B Punga

📋 copy color: '#55462B'

red 85 ◦ green 70 ◦ blue 43

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

Shades of Punga #55462B

Tints of Punga #55462B

RGB

 RED value IS 85 (33.59% from 255) = 42.93%

 GREEN value IS 70 (27.73% from 255) = 35.35%

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

R = 42.93%
G = 35.35%
B = 21.72%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#55462B (or 0x55462B) is known color: Punga. HEX triplet: 55, 46 and 2B. RGB value is (85,70,43). Sum of RGB (Red+Green+Blue) = 85+70+43=198 (26% of max value = 765). Red value is 85 (33.59% from 255 or 42.93% from 198); Green value is 70 (27.73% from 255 or 35.35% from 198); Blue value is 43 (17.19% from 255 or 21.72% from 198); Max value from RGB is 85 - color contains mainly: red. Hex color #55462B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55462B is #AAB9D4. Grayscale: #474747. Windows color (decimal): -11188693 or 2836053. OLE color: 2836053.

HSL color Cylindrical-coordinate representation of color #55462B: hue angle of 38.57º 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 #55462B is Cyan = 0, Magento = 0.18, Yellow = 0.49 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 70 43 -
CMYK 0 0.18 0.49 0.67
HSL 38.57º 0.33% 0.25% -
HSV(B) 38.57º 0.49% 0.33% -
XYZ 6.37 6.49 3.2 -
YUV 71.41 111.97 137.7 -
System Red Green Blue C M Y K H S L
Decimal 85 70 43 0 0.18 0.49 0.67 38.57 0.33 0.25
Hex 55 46 2B 0 12 31 43 27 21 19
Octal 125 106 53 0 22 61 103 47 41 31
Binary 1010101 1000110 101011 0 10010 110001 1000011 100111 100001 11001

Color Harmonies of #55462B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55462B

Black with #55462B

Text Example


Text Example

White with #55462B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55462B; }

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

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

background-color css

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

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

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

border-color css

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

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

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