Html Css Color HEX #55413D Crater Brown

📋 copy color: '#55413D'

red 85 ◦ green 65 ◦ blue 61

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

Shades of Crater Brown #55413D

Tints of Crater Brown #55413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.81%

 BLUE value IS 61 (24.22% from 255) = 28.91%

R = 40.28%
G = 30.81%
B = 28.91%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.28

 K value IS 0.67

RGB Variations

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

Color information

#55413D (or 0x55413D) is known color: Crater Brown. HEX triplet: 55, 41 and 3D. RGB value is (85,65,61). Sum of RGB (Red+Green+Blue) = 85+65+61=211 (27% of max value = 765). Red value is 85 (33.59% from 255 or 40.28% from 211); Green value is 65 (25.78% from 255 or 30.81% from 211); Blue value is 61 (24.22% from 255 or 28.91% from 211); Max value from RGB is 85 - color contains mainly: red. Hex color #55413D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55413D is #AABEC2. Grayscale: #464646. Windows color (decimal): -11189955 or 4014421. OLE color: 4014421.

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

Color convert

RGB 85 65 61 -
CMYK 0 0.24 0.28 0.67
HSL 10º 0.16% 0.29% -
HSV(B) 10º 0.28% 0.33% -
XYZ 6.48 6.05 5.24 -
YUV 70.52 122.63 138.33 -
System Red Green Blue C M Y K H S L
Decimal 85 65 61 0 0.24 0.28 0.67 10 0.16 0.29
Hex 55 41 3D 0 18 1C 43 A 10 1D
Octal 125 101 75 0 30 34 103 12 20 35
Binary 1010101 1000001 111101 0 11000 11100 1000011 1010 10000 11101

Color Harmonies of #55413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55413D

Black with #55413D

Text Example


Text Example

White with #55413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55413D; }

 p { color: rgb(85,65,61); }

 H1.HeaderClassName
 {
   color: #55413D;
 }
 .AnyTagClassName
 {
   color: #55413D;
 }
</style>

background-color css

<style>
 a { background-color: #55413D; }

 a { background-color: rgb(85,65,61); }

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

border-color css

<style>
 span { border-color: #55413D; }

 span { border-color: rgb(85,65,61); }

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