Html Css Color HEX #573A1F Carnaby Tan

📋 copy color: '#573A1F'

red 87 ◦ green 58 ◦ blue 31

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

Shades of Carnaby Tan #573A1F

Tints of Carnaby Tan #573A1F

RGB

 RED value IS 87 (34.38% from 255) = 49.43%

 GREEN value IS 58 (23.05% from 255) = 32.95%

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

R = 49.43%
G = 32.95%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.64

 K value IS 0.66

RGB Variations

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

Color information

#573A1F (or 0x573A1F) is known color: Carnaby Tan. HEX triplet: 57, 3A and 1F. RGB value is (87,58,31). Sum of RGB (Red+Green+Blue) = 87+58+31=176 (23% of max value = 765). Red value is 87 (34.38% from 255 or 49.43% from 176); Green value is 58 (23.05% from 255 or 32.95% from 176); Blue value is 31 (12.5% from 255 or 17.61% from 176); Max value from RGB is 87 - color contains mainly: red. Hex color #573A1F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #573A1F is #A8C5E0. Grayscale: #3F3F3F. Windows color (decimal): -11060705 or 2046551. OLE color: 2046551.

HSL color Cylindrical-coordinate representation of color #573A1F: hue angle of 28.93º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #573A1F is Cyan = 0, Magento = 0.33, Yellow = 0.64 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 58 31 -
CMYK 0 0.33 0.64 0.66
HSL 28.93º 0.47% 0.23% -
HSV(B) 28.93º 0.64% 0.34% -
XYZ 5.69 5.15 1.99 -
YUV 63.59 109.61 144.7 -
System Red Green Blue C M Y K H S L
Decimal 87 58 31 0 0.33 0.64 0.66 28.93 0.47 0.23
Hex 57 3A 1F 0 21 40 42 1D 2F 17
Octal 127 72 37 0 41 100 102 35 57 27
Binary 1010111 111010 11111 0 100001 1000000 1000010 11101 101111 10111

Color Harmonies of #573A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #573A1F

Black with #573A1F

Text Example


Text Example

White with #573A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #573A1F; }

 p { color: rgb(87,58,31); }

 H1.HeaderClassName
 {
   color: #573A1F;
 }
 .AnyTagClassName
 {
   color: #573A1F;
 }
</style>

background-color css

<style>
 a { background-color: #573A1F; }

 a { background-color: rgb(87,58,31); }

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

border-color css

<style>
 span { border-color: #573A1F; }

 span { border-color: rgb(87,58,31); }

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