Html Css Color HEX #55403B Crater Brown

📋 copy color: '#55403B'

red 85 ◦ green 64 ◦ blue 59

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

Shades of Crater Brown #55403B

Tints of Crater Brown #55403B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.37%

R = 40.87%
G = 30.77%
B = 28.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.31

 K value IS 0.67

RGB Variations

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

Color information

#55403B (or 0x55403B) is known color: Crater Brown. HEX triplet: 55, 40 and 3B. RGB value is (85,64,59). Sum of RGB (Red+Green+Blue) = 85+64+59=208 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.87% from 208); Green value is 64 (25.39% from 255 or 30.77% from 208); Blue value is 59 (23.44% from 255 or 28.37% from 208); Max value from RGB is 85 - color contains mainly: red. Hex color #55403B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55403B is #AABFC4. Grayscale: #454545. Windows color (decimal): -11190213 or 3883093. OLE color: 3883093.

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

Color convert

RGB 85 64 59 -
CMYK 0 0.25 0.31 0.67
HSL 11.54º 0.18% 0.28% -
HSV(B) 11.54º 0.31% 0.33% -
XYZ 6.37 5.91 4.94 -
YUV 69.71 121.96 138.91 -
System Red Green Blue C M Y K H S L
Decimal 85 64 59 0 0.25 0.31 0.67 11.54 0.18 0.28
Hex 55 40 3B 0 19 1F 43 C 12 1C
Octal 125 100 73 0 31 37 103 14 22 34
Binary 1010101 1000000 111011 0 11001 11111 1000011 1100 10010 11100

Color Harmonies of #55403B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55403B

Black with #55403B

Text Example


Text Example

White with #55403B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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