Html Css Color HEX #55403E Crater Brown

📋 copy color: '#55403E'

red 85 ◦ green 64 ◦ blue 62

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

Shades of Crater Brown #55403E

Tints of Crater Brown #55403E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 30.33%

 BLUE value IS 62 (24.61% from 255) = 29.38%

R = 40.28%
G = 30.33%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55403E (or 0x55403E) is known color: Crater Brown. HEX triplet: 55, 40 and 3E. RGB value is (85,64,62). Sum of RGB (Red+Green+Blue) = 85+64+62=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 64 (25.39% from 255 or 30.33% from 211); Blue value is 62 (24.61% from 255 or 29.38% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55403E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55403E is #AABFC1. Grayscale: #464646. Windows color (decimal): -11190210 or 4079701. OLE color: 4079701.

HSL color Cylindrical-coordinate representation of color #55403E: hue angle of 5.22º degrees, saturation: 0.16, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #55403E is Cyan = 0, Magento = 0.25, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 64 62 -
CMYK 0 0.25 0.27 0.67
HSL 5.22º 0.16% 0.29% -
HSV(B) 5.22º 0.27% 0.33% -
XYZ 6.45 5.95 5.37 -
YUV 70.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 85 64 62 0 0.25 0.27 0.67 5.22 0.16 0.29
Hex 55 40 3E 0 19 1B 43 5 10 1D
Octal 125 100 76 0 31 33 103 5 20 35
Binary 1010101 1000000 111110 0 11001 11011 1000011 101 10000 11101

Color Harmonies of #55403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55403E

Black with #55403E

Text Example


Text Example

White with #55403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55403E; }

 p { color: rgb(85,64,62); }

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

background-color css

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

 a { background-color: rgb(85,64,62); }

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

border-color css

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

 span { border-color: rgb(85,64,62); }

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