Html Css Color HEX #5A371F Carnaby Tan

📋 copy color: '#5A371F'

red 90 ◦ green 55 ◦ blue 31

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

Shades of Carnaby Tan #5A371F

Tints of Carnaby Tan #5A371F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 17.61%

R = 51.14%
G = 31.25%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A371F (or 0x5A371F) is known color: Carnaby Tan. HEX triplet: 5A, 37 and 1F. RGB value is (90,55,31). Sum of RGB (Red+Green+Blue) = 90+55+31=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 55 (21.88% from 255 or 31.25% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A371F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A371F is #A5C8E0. Grayscale: #3E3E3E. Windows color (decimal): -10864865 or 2045786. OLE color: 2045786.

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

Color convert

RGB 90 55 31 -
CMYK 0 0.39 0.66 0.65
HSL 24.41º 0.49% 0.24% -
HSV(B) 24.41º 0.66% 0.35% -
XYZ 5.83 5 1.96 -
YUV 62.73 110.1 147.45 -
System Red Green Blue C M Y K H S L
Decimal 90 55 31 0 0.39 0.66 0.65 24.41 0.49 0.24
Hex 5A 37 1F 0 27 42 41 18 31 18
Octal 132 67 37 0 47 102 101 30 61 30
Binary 1011010 110111 11111 0 100111 1000010 1000001 11000 110001 11000

Color Harmonies of #5A371F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A371F

Black with #5A371F

Text Example


Text Example

White with #5A371F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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