Html Css Color HEX #524541 Crater Brown

📋 copy color: '#524541'

red 82 ◦ green 69 ◦ blue 65

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

Shades of Crater Brown #524541

Tints of Crater Brown #524541

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

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

R = 37.96%
G = 31.94%
B = 30.09%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#524541 (or 0x524541) is known color: Crater Brown. HEX triplet: 52, 45 and 41. RGB value is (82,69,65). Sum of RGB (Red+Green+Blue) = 82+69+65=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 65 (25.78% from 255 or 30.09% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #524541 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524541 is #ADBABE. Grayscale: #484848. Windows color (decimal): -11385535 or 4277586. OLE color: 4277586.

HSL color Cylindrical-coordinate representation of color #524541: hue angle of 14.12º 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 #524541 is Cyan = 0, Magento = 0.16, Yellow = 0.21 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 69 65 -
CMYK 0 0.16 0.21 0.68
HSL 14.12º 0.12% 0.29% -
HSV(B) 14.12º 0.21% 0.32% -
XYZ 6.56 6.43 5.9 -
YUV 72.43 123.81 134.83 -
System Red Green Blue C M Y K H S L
Decimal 82 69 65 0 0.16 0.21 0.68 14.12 0.12 0.29
Hex 52 45 41 0 10 15 44 E C 1D
Octal 122 105 101 0 20 25 104 16 14 35
Binary 1010010 1000101 1000001 0 10000 10101 1000100 1110 1100 11101

Color Harmonies of #524541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524541

Black with #524541

Text Example


Text Example

White with #524541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524541; }

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

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

background-color css

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

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

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

border-color css

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

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

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