Html Css Color HEX #524441 Crater Brown

📋 copy color: '#524441'

red 82 ◦ green 68 ◦ blue 65

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

Shades of Crater Brown #524441

Tints of Crater Brown #524441

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.63%

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

R = 38.14%
G = 31.63%
B = 30.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.21

 K value IS 0.68

RGB Variations

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

Color information

#524441 (or 0x524441) is known color: Crater Brown. HEX triplet: 52, 44 and 41. RGB value is (82,68,65). Sum of RGB (Red+Green+Blue) = 82+68+65=215 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.14% from 215); Green value is 68 (26.95% from 255 or 31.63% from 215); Blue value is 65 (25.78% from 255 or 30.23% from 215); Max value from RGB is 82 - color contains mainly: red. Hex color #524441 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524441 is #ADBBBE. Grayscale: #474747. Windows color (decimal): -11385791 or 4277330. OLE color: 4277330.

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

Color convert

RGB 82 68 65 -
CMYK 0 0.17 0.21 0.68
HSL 10.59º 0.12% 0.29% -
HSV(B) 10.59º 0.21% 0.32% -
XYZ 6.5 6.31 5.88 -
YUV 71.84 124.14 135.24 -
System Red Green Blue C M Y K H S L
Decimal 82 68 65 0 0.17 0.21 0.68 10.59 0.12 0.29
Hex 52 44 41 0 11 15 44 B C 1D
Octal 122 104 101 0 21 25 104 13 14 35
Binary 1010010 1000100 1000001 0 10001 10101 1000100 1011 1100 11101

Color Harmonies of #524441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524441

Black with #524441

Text Example


Text Example

White with #524441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524441; }

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

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

background-color css

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

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

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

border-color css

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

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

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