Html Css Color HEX #53392B Carnaby Tan

📋 copy color: '#53392B'

red 83 ◦ green 57 ◦ blue 43

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

Shades of Carnaby Tan #53392B

Tints of Carnaby Tan #53392B

RGB

 RED value IS 83 (32.81% from 255) = 45.36%

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

 BLUE value IS 43 (17.19% from 255) = 23.5%

R = 45.36%
G = 31.15%
B = 23.5%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.48

 K value IS 0.67

RGB Variations

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

Color information

#53392B (or 0x53392B) is known color: Carnaby Tan. HEX triplet: 53, 39 and 2B. RGB value is (83,57,43). Sum of RGB (Red+Green+Blue) = 83+57+43=183 (24% of max value = 765). Red value is 83 (32.81% from 255 or 45.36% from 183); Green value is 57 (22.66% from 255 or 31.15% from 183); Blue value is 43 (17.19% from 255 or 23.50% from 183); Max value from RGB is 83 - color contains mainly: red. Hex color #53392B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53392B is #ACC6D4. Grayscale: #3F3F3F. Windows color (decimal): -11323093 or 2832723. OLE color: 2832723.

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

Color convert

RGB 83 57 43 -
CMYK 0 0.31 0.48 0.67
HSL 21º 0.32% 0.25% -
HSV(B) 21º 0.48% 0.33% -
XYZ 5.47 4.94 2.95 -
YUV 63.18 116.61 142.14 -
System Red Green Blue C M Y K H S L
Decimal 83 57 43 0 0.31 0.48 0.67 21 0.32 0.25
Hex 53 39 2B 0 1F 30 43 15 20 19
Octal 123 71 53 0 37 60 103 25 40 31
Binary 1010011 111001 101011 0 11111 110000 1000011 10101 100000 11001

Color Harmonies of #53392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53392B

Black with #53392B

Text Example


Text Example

White with #53392B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,57,43); }

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

background-color css

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

 a { background-color: rgb(83,57,43); }

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

border-color css

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

 span { border-color: rgb(83,57,43); }

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