Html Css Color HEX #55403C Crater Brown

📋 copy color: '#55403C'

red 85 ◦ green 64 ◦ blue 60

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

Shades of Crater Brown #55403C

Tints of Crater Brown #55403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 28.71%

R = 40.67%
G = 30.62%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.29

 K value IS 0.67

RGB Variations

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

Color information

#55403C (or 0x55403C) is known color: Crater Brown. HEX triplet: 55, 40 and 3C. RGB value is (85,64,60). Sum of RGB (Red+Green+Blue) = 85+64+60=209 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.67% from 209); Green value is 64 (25.39% from 255 or 30.62% from 209); Blue value is 60 (23.83% from 255 or 28.71% from 209); Max value from RGB is 85 - color contains mainly: red. Hex color #55403C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55403C is #AABFC3. Grayscale: #454545. Windows color (decimal): -11190212 or 3948629. OLE color: 3948629.

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

Color convert

RGB 85 64 60 -
CMYK 0 0.25 0.29 0.67
HSL 9.6º 0.17% 0.28% -
HSV(B) 9.6º 0.29% 0.33% -
XYZ 6.4 5.92 5.08 -
YUV 69.82 122.46 138.83 -
System Red Green Blue C M Y K H S L
Decimal 85 64 60 0 0.25 0.29 0.67 9.6 0.17 0.28
Hex 55 40 3C 0 19 1D 43 A 11 1C
Octal 125 100 74 0 31 35 103 12 21 34
Binary 1010101 1000000 111100 0 11001 11101 1000011 1010 10001 11100

Color Harmonies of #55403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55403C

Black with #55403C

Text Example


Text Example

White with #55403C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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