Html Css Color HEX #524341 Crater Brown

📋 copy color: '#524341'

red 82 ◦ green 67 ◦ blue 65

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

Shades of Crater Brown #524341

Tints of Crater Brown #524341

RGB

 RED value IS 82 (32.42% from 255) = 38.32%

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

 BLUE value IS 65 (25.78% from 255) = 30.37%

R = 38.32%
G = 31.31%
B = 30.37%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#524341 (or 0x524341) is known color: Crater Brown. HEX triplet: 52, 43 and 41. RGB value is (82,67,65). Sum of RGB (Red+Green+Blue) = 82+67+65=214 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.32% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 65 (25.78% from 255 or 30.37% from 214); Max value from RGB is 82 - color contains mainly: red. Hex color #524341 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524341 is #ADBCBE. Grayscale: #474747. Windows color (decimal): -11386047 or 4277074. OLE color: 4277074.

HSL color Cylindrical-coordinate representation of color #524341: hue angle of 7.06º degrees, saturation: 0.12, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #524341 is Cyan = 0, Magento = 0.18, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 67 65 -
CMYK 0 0.18 0.21 0.68
HSL 7.06º 0.12% 0.29% -
HSV(B) 7.06º 0.21% 0.32% -
XYZ 6.44 6.19 5.86 -
YUV 71.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 82 67 65 0 0.18 0.21 0.68 7.06 0.12 0.29
Hex 52 43 41 0 12 15 44 7 C 1D
Octal 122 103 101 0 22 25 104 7 14 35
Binary 1010010 1000011 1000001 0 10010 10101 1000100 111 1100 11101

Color Harmonies of #524341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524341

Black with #524341

Text Example


Text Example

White with #524341

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524341; }

 p { color: rgb(82,67,65); }

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

background-color css

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

 a { background-color: rgb(82,67,65); }

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

border-color css

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

 span { border-color: rgb(82,67,65); }

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