Html Css Color HEX #55392A Carnaby Tan

📋 copy color: '#55392A'

red 85 ◦ green 57 ◦ blue 42

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

Shades of Carnaby Tan #55392A

Tints of Carnaby Tan #55392A

RGB

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

 GREEN value IS 57 (22.66% from 255) = 30.98%

 BLUE value IS 42 (16.8% from 255) = 22.83%

R = 46.2%
G = 30.98%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.51

 K value IS 0.67

RGB Variations

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

Color information

#55392A (or 0x55392A) is known color: Carnaby Tan. HEX triplet: 55, 39 and 2A. RGB value is (85,57,42). Sum of RGB (Red+Green+Blue) = 85+57+42=184 (24% of max value = 765). Red value is 85 (33.59% from 255 or 46.20% from 184); Green value is 57 (22.66% from 255 or 30.98% from 184); Blue value is 42 (16.80% from 255 or 22.83% from 184); Max value from RGB is 85 - color contains mainly: red. Hex color #55392A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #55392A is #AAC6D5. Grayscale: #3F3F3F. Windows color (decimal): -11192022 or 2767189. OLE color: 2767189.

HSL color Cylindrical-coordinate representation of color #55392A: hue angle of 20.93º degrees, saturation: 0.34, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #55392A is Cyan = 0, Magento = 0.33, Yellow = 0.51 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 57 42 -
CMYK 0 0.33 0.51 0.67
HSL 20.93º 0.34% 0.25% -
HSV(B) 20.93º 0.51% 0.33% -
XYZ 5.63 5.02 2.86 -
YUV 63.66 115.78 143.22 -
System Red Green Blue C M Y K H S L
Decimal 85 57 42 0 0.33 0.51 0.67 20.93 0.34 0.25
Hex 55 39 2A 0 21 33 43 15 22 19
Octal 125 71 52 0 41 63 103 25 42 31
Binary 1010101 111001 101010 0 100001 110011 1000011 10101 100010 11001

Color Harmonies of #55392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55392A

Black with #55392A

Text Example


Text Example

White with #55392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55392A; }

 p { color: rgb(85,57,42); }

 H1.HeaderClassName
 {
   color: #55392A;
 }
 .AnyTagClassName
 {
   color: #55392A;
 }
</style>

background-color css

<style>
 a { background-color: #55392A; }

 a { background-color: rgb(85,57,42); }

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

border-color css

<style>
 span { border-color: #55392A; }

 span { border-color: rgb(85,57,42); }

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