Html Css Color HEX #524442 Crater Brown

📋 copy color: '#524442'

red 82 ◦ green 68 ◦ blue 66

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

Shades of Crater Brown #524442

Tints of Crater Brown #524442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 30.56%

R = 37.96%
G = 31.48%
B = 30.56%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#524442 (or 0x524442) is known color: Crater Brown. HEX triplet: 52, 44 and 42. RGB value is (82,68,66). Sum of RGB (Red+Green+Blue) = 82+68+66=216 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.96% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 66 (26.17% from 255 or 30.56% from 216); Max value from RGB is 82 - color contains mainly: red. Hex color #524442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524442 is #ADBBBD. Grayscale: #474747. Windows color (decimal): -11385790 or 4342866. OLE color: 4342866.

HSL color Cylindrical-coordinate representation of color #524442: hue angle of 7.5º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #524442 is Cyan = 0, Magento = 0.17, Yellow = 0.20 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 68 66 -
CMYK 0 0.17 0.20 0.68
HSL 7.5º 0.11% 0.29% -
HSV(B) 7.5º 0.2% 0.32% -
XYZ 6.53 6.32 6.03 -
YUV 71.96 124.64 135.16 -
System Red Green Blue C M Y K H S L
Decimal 82 68 66 0 0.17 0.20 0.68 7.5 0.11 0.29
Hex 52 44 42 0 11 14 44 8 B 1D
Octal 122 104 102 0 21 24 104 10 13 35
Binary 1010010 1000100 1000010 0 10001 10100 1000100 1000 1011 11101

Color Harmonies of #524442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524442

Black with #524442

Text Example


Text Example

White with #524442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524442; }

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

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

background-color css

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

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

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

border-color css

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

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

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