Html Css Color HEX #572628 Lonestar

📋 copy color: '#572628'

red 87 ◦ green 38 ◦ blue 40

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

Shades of Lonestar #572628

Tints of Lonestar #572628

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.03%

 BLUE value IS 40 (16.02% from 255) = 24.24%

R = 52.73%
G = 23.03%
B = 24.24%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.54

 K value IS 0.66

RGB Variations

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

Color information

#572628 (or 0x572628) is known color: Lonestar. HEX triplet: 57, 26 and 28. RGB value is (87,38,40). Sum of RGB (Red+Green+Blue) = 87+38+40=165 (21% of max value = 765). Red value is 87 (34.38% from 255 or 52.73% from 165); Green value is 38 (15.23% from 255 or 23.03% from 165); Blue value is 40 (16.02% from 255 or 24.24% from 165); Max value from RGB is 87 - color contains mainly: red. Hex color #572628 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #572628 is #A8D9D7. Grayscale: #343434. Windows color (decimal): -11065816 or 2631255. OLE color: 2631255.

HSL color Cylindrical-coordinate representation of color #572628: hue angle of 357.55º degrees, saturation: 0.39, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #572628 is Cyan = 0, Magento = 0.56, Yellow = 0.54 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 38 40 -
CMYK 0 0.56 0.54 0.66
HSL 357.55º 0.39% 0.25% -
HSV(B) 357.55º 0.56% 0.34% -
XYZ 5.01 3.57 2.43 -
YUV 52.88 120.73 152.34 -
System Red Green Blue C M Y K H S L
Decimal 87 38 40 0 0.56 0.54 0.66 357.55 0.39 0.25
Hex 57 26 28 0 38 36 42 166 27 19
Octal 127 46 50 0 70 66 102 546 47 31
Binary 1010111 100110 101000 0 111000 110110 1000010 101100110 100111 11001

Color Harmonies of #572628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #572628

Black with #572628

Text Example


Text Example

White with #572628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #572628; }

 p { color: rgb(87,38,40); }

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

background-color css

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

 a { background-color: rgb(87,38,40); }

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

border-color css

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

 span { border-color: rgb(87,38,40); }

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