Html Css Color HEX #574340 Crater Brown

📋 copy color: '#574340'

red 87 ◦ green 67 ◦ blue 64

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

Shades of Crater Brown #574340

Tints of Crater Brown #574340

RGB

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

 GREEN value IS 67 (26.56% from 255) = 30.73%

 BLUE value IS 64 (25.39% from 255) = 29.36%

R = 39.91%
G = 30.73%
B = 29.36%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#574340 (or 0x574340) is known color: Crater Brown. HEX triplet: 57, 43 and 40. RGB value is (87,67,64). Sum of RGB (Red+Green+Blue) = 87+67+64=218 (28% of max value = 765). Red value is 87 (34.38% from 255 or 39.91% from 218); Green value is 67 (26.56% from 255 or 30.73% from 218); Blue value is 64 (25.39% from 255 or 29.36% from 218); Max value from RGB is 87 - color contains mainly: red. Hex color #574340 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #574340 is #A8BCBF. Grayscale: #484848. Windows color (decimal): -11058368 or 4211543. OLE color: 4211543.

HSL color Cylindrical-coordinate representation of color #574340: hue angle of 7.83º degrees, saturation: 0.15, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #574340 is Cyan = 0, Magento = 0.23, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 87 67 64 -
CMYK 0 0.23 0.26 0.66
HSL 7.83º 0.15% 0.3% -
HSV(B) 7.83º 0.26% 0.34% -
XYZ 6.86 6.41 5.73 -
YUV 72.64 123.13 138.24 -
System Red Green Blue C M Y K H S L
Decimal 87 67 64 0 0.23 0.26 0.66 7.83 0.15 0.3
Hex 57 43 40 0 17 1A 42 8 F 1E
Octal 127 103 100 0 27 32 102 10 17 36
Binary 1010111 1000011 1000000 0 10111 11010 1000010 1000 1111 11110

Color Harmonies of #574340

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574340

Black with #574340

Text Example


Text Example

White with #574340

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574340; }

 p { color: rgb(87,67,64); }

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

background-color css

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

 a { background-color: rgb(87,67,64); }

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

border-color css

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

 span { border-color: rgb(87,67,64); }

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