Html Css Color HEX #5A3721 Carnaby Tan

📋 copy color: '#5A3721'

red 90 ◦ green 55 ◦ blue 33

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

Shades of Carnaby Tan #5A3721

Tints of Carnaby Tan #5A3721

RGB

 RED value IS 90 (35.55% from 255) = 50.56%

 GREEN value IS 55 (21.88% from 255) = 30.9%

 BLUE value IS 33 (13.28% from 255) = 18.54%

R = 50.56%
G = 30.9%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.63

 K value IS 0.65

RGB Variations

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

Color information

#5A3721 (or 0x5A3721) is known color: Carnaby Tan. HEX triplet: 5A, 37 and 21. RGB value is (90,55,33). Sum of RGB (Red+Green+Blue) = 90+55+33=178 (23% of max value = 765). Red value is 90 (35.55% from 255 or 50.56% from 178); Green value is 55 (21.88% from 255 or 30.90% from 178); Blue value is 33 (13.28% from 255 or 18.54% from 178); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3721 is #A5C8DE. Grayscale: #3F3F3F. Windows color (decimal): -10864863 or 2176858. OLE color: 2176858.

HSL color Cylindrical-coordinate representation of color #5A3721: hue angle of 23.16º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A3721 is Cyan = 0, Magento = 0.39, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 55 33 -
CMYK 0 0.39 0.63 0.65
HSL 23.16º 0.46% 0.24% -
HSV(B) 23.16º 0.63% 0.35% -
XYZ 5.86 5.02 2.1 -
YUV 62.96 111.1 147.29 -
System Red Green Blue C M Y K H S L
Decimal 90 55 33 0 0.39 0.63 0.65 23.16 0.46 0.24
Hex 5A 37 21 0 27 3F 41 17 2E 18
Octal 132 67 41 0 47 77 101 27 56 30
Binary 1011010 110111 100001 0 100111 111111 1000001 10111 101110 11000

Color Harmonies of #5A3721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A3721

Black with #5A3721

Text Example


Text Example

White with #5A3721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A3721; }

 p { color: rgb(90,55,33); }

 H1.HeaderClassName
 {
   color: #5A3721;
 }
 .AnyTagClassName
 {
   color: #5A3721;
 }
</style>

background-color css

<style>
 a { background-color: #5A3721; }

 a { background-color: rgb(90,55,33); }

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

border-color css

<style>
 span { border-color: #5A3721; }

 span { border-color: rgb(90,55,33); }

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