Html Css Color HEX #53382A Carnaby Tan

📋 copy color: '#53382A'

red 83 ◦ green 56 ◦ blue 42

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

Shades of Carnaby Tan #53382A

Tints of Carnaby Tan #53382A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 30.94%

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

R = 45.86%
G = 30.94%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.49

 K value IS 0.67

RGB Variations

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

Color information

#53382A (or 0x53382A) is known color: Carnaby Tan. HEX triplet: 53, 38 and 2A. RGB value is (83,56,42). Sum of RGB (Red+Green+Blue) = 83+56+42=181 (23% of max value = 765). Red value is 83 (32.81% from 255 or 45.86% from 181); Green value is 56 (22.27% from 255 or 30.94% from 181); Blue value is 42 (16.80% from 255 or 23.20% from 181); Max value from RGB is 83 - color contains mainly: red. Hex color #53382A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #53382A is #ACC7D5. Grayscale: #3E3E3E. Windows color (decimal): -11323350 or 2766931. OLE color: 2766931.

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

Color convert

RGB 83 56 42 -
CMYK 0 0.33 0.49 0.67
HSL 20.49º 0.33% 0.25% -
HSV(B) 20.49º 0.49% 0.33% -
XYZ 5.4 4.83 2.84 -
YUV 62.48 116.45 142.64 -
System Red Green Blue C M Y K H S L
Decimal 83 56 42 0 0.33 0.49 0.67 20.49 0.33 0.25
Hex 53 38 2A 0 21 31 43 14 21 19
Octal 123 70 52 0 41 61 103 24 41 31
Binary 1010011 111000 101010 0 100001 110001 1000011 10100 100001 11001

Color Harmonies of #53382A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53382A

Black with #53382A

Text Example


Text Example

White with #53382A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,56,42); }

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

background-color css

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

 a { background-color: rgb(83,56,42); }

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

border-color css

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

 span { border-color: rgb(83,56,42); }

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