Html Css Color HEX #55423F Crater Brown

📋 copy color: '#55423F'

red 85 ◦ green 66 ◦ blue 63

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

Shades of Crater Brown #55423F

Tints of Crater Brown #55423F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 29.44%

R = 39.72%
G = 30.84%
B = 29.44%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.26

 K value IS 0.67

RGB Variations

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

Color information

#55423F (or 0x55423F) is known color: Crater Brown. HEX triplet: 55, 42 and 3F. RGB value is (85,66,63). Sum of RGB (Red+Green+Blue) = 85+66+63=214 (28% of max value = 765). Red value is 85 (33.59% from 255 or 39.72% from 214); Green value is 66 (26.17% from 255 or 30.84% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 85 - color contains mainly: red. Hex color #55423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55423F is #AABDC0. Grayscale: #474747. Windows color (decimal): -11189697 or 4145749. OLE color: 4145749.

HSL color Cylindrical-coordinate representation of color #55423F: hue angle of 8.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #55423F is Cyan = 0, Magento = 0.22, Yellow = 0.26 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 66 63 -
CMYK 0 0.22 0.26 0.67
HSL 8.18º 0.15% 0.29% -
HSV(B) 8.18º 0.26% 0.33% -
XYZ 6.59 6.19 5.55 -
YUV 71.34 123.29 137.74 -
System Red Green Blue C M Y K H S L
Decimal 85 66 63 0 0.22 0.26 0.67 8.18 0.15 0.29
Hex 55 42 3F 0 16 1A 43 8 F 1D
Octal 125 102 77 0 26 32 103 10 17 35
Binary 1010101 1000010 111111 0 10110 11010 1000011 1000 1111 11101

Color Harmonies of #55423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55423F

Black with #55423F

Text Example


Text Example

White with #55423F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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