Html Css Color HEX #5A371E Carnaby Tan

📋 copy color: '#5A371E'

red 90 ◦ green 55 ◦ blue 30

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

Shades of Carnaby Tan #5A371E

Tints of Carnaby Tan #5A371E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 17.14%

R = 51.43%
G = 31.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A371E (or 0x5A371E) is known color: Carnaby Tan. HEX triplet: 5A, 37 and 1E. RGB value is (90,55,30). Sum of RGB (Red+Green+Blue) = 90+55+30=175 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.43% from 175); Green value is 55 (21.88% from 255 or 31.43% from 175); Blue value is 30 (12.11% from 255 or 17.14% from 175); Max value from RGB is 90 - color contains mainly: red. Hex color #5A371E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A371E is #A5C8E1. Grayscale: #3E3E3E. Windows color (decimal): -10864866 or 1980250. OLE color: 1980250.

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

Color convert

RGB 90 55 30 -
CMYK 0 0.39 0.67 0.65
HSL 25º 0.5% 0.24% -
HSV(B) 25º 0.67% 0.35% -
XYZ 5.82 5 1.89 -
YUV 62.62 109.6 147.53 -
System Red Green Blue C M Y K H S L
Decimal 90 55 30 0 0.39 0.67 0.65 25 0.5 0.24
Hex 5A 37 1E 0 27 43 41 19 32 18
Octal 132 67 36 0 47 103 101 31 62 30
Binary 1011010 110111 11110 0 100111 1000011 1000001 11001 110010 11000

Color Harmonies of #5A371E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A371E

Black with #5A371E

Text Example


Text Example

White with #5A371E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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