Html Css Color HEX #55423E Crater Brown

📋 copy color: '#55423E'

red 85 ◦ green 66 ◦ blue 62

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

Shades of Crater Brown #55423E

Tints of Crater Brown #55423E

RGB

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

 GREEN value IS 66 (26.17% from 255) = 30.99%

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

R = 39.91%
G = 30.99%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.27

 K value IS 0.67

RGB Variations

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

Color information

#55423E (or 0x55423E) is known color: Crater Brown. HEX triplet: 55, 42 and 3E. RGB value is (85,66,62). Sum of RGB (Red+Green+Blue) = 85+66+62=213 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.91% from 213); Green value is 66 (26.17% from 255 or 30.99% from 213); Blue value is 62 (24.61% from 255 or 29.11% from 213); Max value from RGB is 85 - color contains mainly: red. Hex color #55423E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423E is #AABDC1. Grayscale: #474747. Windows color (decimal): -11189698 or 4080213. OLE color: 4080213.

HSL color Cylindrical-coordinate representation of color #55423E: hue angle of 10.43º 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 #55423E is Cyan = 0, Magento = 0.22, Yellow = 0.27 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 62 -
CMYK 0 0.22 0.27 0.67
HSL 10.43º 0.16% 0.29% -
HSV(B) 10.43º 0.27% 0.33% -
XYZ 6.56 6.18 5.4 -
YUV 71.23 122.79 137.83 -
System Red Green Blue C M Y K H S L
Decimal 85 66 62 0 0.22 0.27 0.67 10.43 0.16 0.29
Hex 55 42 3E 0 16 1B 43 A 10 1D
Octal 125 102 76 0 26 33 103 12 20 35
Binary 1010101 1000010 111110 0 10110 11011 1000011 1010 10000 11101

Color Harmonies of #55423E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55423E

Black with #55423E

Text Example


Text Example

White with #55423E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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