Html Css Color HEX #55443F Crater Brown

📋 copy color: '#55443F'

red 85 ◦ green 68 ◦ blue 63

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

Shades of Crater Brown #55443F

Tints of Crater Brown #55443F

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.48%

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

R = 39.35%
G = 31.48%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55443F (or 0x55443F) is known color: Crater Brown. HEX triplet: 55, 44 and 3F. RGB value is (85,68,63). Sum of RGB (Red+Green+Blue) = 85+68+63=216 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.35% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 85 - color contains mainly: red. Hex color #55443F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55443F is #AABBC0. Grayscale: #484848. Windows color (decimal): -11189185 or 4146261. OLE color: 4146261.

HSL color Cylindrical-coordinate representation of color #55443F: hue angle of 13.64º 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 #55443F is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 68 63 -
CMYK 0 0.20 0.26 0.67
HSL 13.64º 0.15% 0.29% -
HSV(B) 13.64º 0.26% 0.33% -
XYZ 6.71 6.42 5.59 -
YUV 72.51 122.63 136.91 -
System Red Green Blue C M Y K H S L
Decimal 85 68 63 0 0.20 0.26 0.67 13.64 0.15 0.29
Hex 55 44 3F 0 14 1A 43 E F 1D
Octal 125 104 77 0 24 32 103 16 17 35
Binary 1010101 1000100 111111 0 10100 11010 1000011 1110 1111 11101

Color Harmonies of #55443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55443F

Black with #55443F

Text Example


Text Example

White with #55443F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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