Html Css Color HEX #5A351F Carnaby Tan

📋 copy color: '#5A351F'

red 90 ◦ green 53 ◦ blue 31

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

Shades of Carnaby Tan #5A351F

Tints of Carnaby Tan #5A351F

RGB

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

 GREEN value IS 53 (21.09% from 255) = 30.46%

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

R = 51.72%
G = 30.46%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.66

 K value IS 0.65

RGB Variations

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

Color information

#5A351F (or 0x5A351F) is known color: Carnaby Tan. HEX triplet: 5A, 35 and 1F. RGB value is (90,53,31). Sum of RGB (Red+Green+Blue) = 90+53+31=174 (23% of max value = 765). Red value is 90 (35.55% from 255 or 51.72% from 174); Green value is 53 (21.09% from 255 or 30.46% from 174); Blue value is 31 (12.5% from 255 or 17.82% from 174); Max value from RGB is 90 - color contains mainly: red. Hex color #5A351F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A351F is #A5CAE0. Grayscale: #3D3D3D. Windows color (decimal): -10865377 or 2045274. OLE color: 2045274.

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

Color convert

RGB 90 53 31 -
CMYK 0 0.41 0.66 0.65
HSL 22.37º 0.49% 0.24% -
HSV(B) 22.37º 0.66% 0.35% -
XYZ 5.74 4.82 1.92 -
YUV 61.56 110.76 148.29 -
System Red Green Blue C M Y K H S L
Decimal 90 53 31 0 0.41 0.66 0.65 22.37 0.49 0.24
Hex 5A 35 1F 0 29 42 41 16 31 18
Octal 132 65 37 0 51 102 101 26 61 30
Binary 1011010 110101 11111 0 101001 1000010 1000001 10110 110001 11000

Color Harmonies of #5A351F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A351F

Black with #5A351F

Text Example


Text Example

White with #5A351F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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