Html Css Color HEX #5A381E Carnaby Tan

📋 copy color: '#5A381E'

red 90 ◦ green 56 ◦ blue 30

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

Shades of Carnaby Tan #5A381E

Tints of Carnaby Tan #5A381E

RGB

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

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

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

R = 51.14%
G = 31.82%
B = 17.05%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.67

 K value IS 0.65

RGB Variations

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

Color information

#5A381E (or 0x5A381E) is known color: Carnaby Tan. HEX triplet: 5A, 38 and 1E. RGB value is (90,56,30). Sum of RGB (Red+Green+Blue) = 90+56+30=176 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.14% from 176); Green value is 56 (22.27% from 255 or 31.82% from 176); Blue value is 30 (12.11% from 255 or 17.05% from 176); Max value from RGB is 90 - color contains mainly: red. Hex color #5A381E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A381E is #A5C7E1. Grayscale: #3F3F3F. Windows color (decimal): -10864610 or 1980506. OLE color: 1980506.

HSL color Cylindrical-coordinate representation of color #5A381E: hue angle of 26º 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 #5A381E is Cyan = 0, Magento = 0.38, Yellow = 0.67 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 56 30 -
CMYK 0 0.38 0.67 0.65
HSL 26º 0.5% 0.24% -
HSV(B) 26º 0.67% 0.35% -
XYZ 5.86 5.1 1.9 -
YUV 63.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 90 56 30 0 0.38 0.67 0.65 26 0.5 0.24
Hex 5A 38 1E 0 26 43 41 1A 32 18
Octal 132 70 36 0 46 103 101 32 62 30
Binary 1011010 111000 11110 0 100110 1000011 1000001 11010 110010 11000

Color Harmonies of #5A381E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A381E

Black with #5A381E

Text Example


Text Example

White with #5A381E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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