Html Css Color HEX #55483F Cork

📋 copy color: '#55483F'

red 85 ◦ green 72 ◦ blue 63

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

Shades of Cork #55483F

Tints of Cork #55483F

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.73%

 BLUE value IS 63 (25% from 255) = 28.64%

R = 38.64%
G = 32.73%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55483F (or 0x55483F) is known color: Cork. HEX triplet: 55, 48 and 3F. RGB value is (85,72,63). Sum of RGB (Red+Green+Blue) = 85+72+63=220 (29% of max value = 765). Red value is 85 (33.59% from 255 or 38.64% from 220); Green value is 72 (28.52% from 255 or 32.73% from 220); Blue value is 63 (25% from 255 or 28.64% from 220); Max value from RGB is 85 - color contains mainly: red. Hex color #55483F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55483F is #AAB7C0. Grayscale: #4A4A4A. Windows color (decimal): -11188161 or 4147285. OLE color: 4147285.

HSL color Cylindrical-coordinate representation of color #55483F: hue angle of 24.55º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55483F is Cyan = 0, Magento = 0.15, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 72 63 -
CMYK 0 0.15 0.26 0.67
HSL 24.55º 0.15% 0.29% -
HSV(B) 24.55º 0.26% 0.33% -
XYZ 6.96 6.92 5.67 -
YUV 74.86 121.31 135.23 -
System Red Green Blue C M Y K H S L
Decimal 85 72 63 0 0.15 0.26 0.67 24.55 0.15 0.29
Hex 55 48 3F 0 F 1A 43 19 F 1D
Octal 125 110 77 0 17 32 103 31 17 35
Binary 1010101 1001000 111111 0 1111 11010 1000011 11001 1111 11101

Color Harmonies of #55483F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55483F

Black with #55483F

Text Example


Text Example

White with #55483F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55483F; }

 p { color: rgb(85,72,63); }

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

background-color css

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

 a { background-color: rgb(85,72,63); }

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

border-color css

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

 span { border-color: rgb(85,72,63); }

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