Html Css Color HEX #5E3421 Carnaby Tan

📋 copy color: '#5E3421'

red 94 ◦ green 52 ◦ blue 33

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

Shades of Carnaby Tan #5E3421

Tints of Carnaby Tan #5E3421

RGB

 RED value IS 94 (37.11% from 255) = 52.51%

 GREEN value IS 52 (20.7% from 255) = 29.05%

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

R = 52.51%
G = 29.05%
B = 18.44%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.65

 K value IS 0.63

RGB Variations

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

Color information

#5E3421 (or 0x5E3421) is known color: Carnaby Tan. HEX triplet: 5E, 34 and 21. RGB value is (94,52,33). Sum of RGB (Red+Green+Blue) = 94+52+33=179 (23% of max value = 765). Red value is 94 (37.11% from 255 or 52.51% from 179); Green value is 52 (20.70% from 255 or 29.05% from 179); Blue value is 33 (13.28% from 255 or 18.44% from 179); Max value from RGB is 94 - color contains mainly: red. Hex color #5E3421 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5E3421 is #A1CBDE. Grayscale: #3E3E3E. Windows color (decimal): -10603487 or 2176094. OLE color: 2176094.

HSL color Cylindrical-coordinate representation of color #5E3421: hue angle of 18.69º degrees, saturation: 0.48, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5E3421 is Cyan = 0, Magento = 0.45, Yellow = 0.65 and Black (K on CMYK) = 0.63.

Color convert

RGB 94 52 33 -
CMYK 0 0.45 0.65 0.63
HSL 18.69º 0.48% 0.25% -
HSV(B) 18.69º 0.65% 0.37% -
XYZ 6.12 4.95 2.07 -
YUV 62.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 94 52 33 0 0.45 0.65 0.63 18.69 0.48 0.25
Hex 5E 34 21 0 2D 41 3F 13 30 19
Octal 136 64 41 0 55 101 77 23 60 31
Binary 1011110 110100 100001 0 101101 1000001 111111 10011 110000 11001

Color Harmonies of #5E3421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E3421

Black with #5E3421

Text Example


Text Example

White with #5E3421

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,52,33); }

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

background-color css

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

 a { background-color: rgb(94,52,33); }

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

border-color css

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

 span { border-color: rgb(94,52,33); }

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