Html Css Color HEX #524542 Crater Brown

📋 copy color: '#524542'

red 82 ◦ green 69 ◦ blue 66

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

Shades of Crater Brown #524542

Tints of Crater Brown #524542

RGB

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

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

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

R = 37.79%
G = 31.8%
B = 30.41%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#524542 (or 0x524542) is known color: Crater Brown. HEX triplet: 52, 45 and 42. RGB value is (82,69,66). Sum of RGB (Red+Green+Blue) = 82+69+66=217 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.79% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 82 - color contains mainly: red. Hex color #524542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524542 is #ADBABD. Grayscale: #484848. Windows color (decimal): -11385534 or 4343122. OLE color: 4343122.

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

Color convert

RGB 82 69 66 -
CMYK 0 0.16 0.20 0.68
HSL 11.25º 0.11% 0.29% -
HSV(B) 11.25º 0.2% 0.32% -
XYZ 6.59 6.44 6.05 -
YUV 72.55 124.31 134.74 -
System Red Green Blue C M Y K H S L
Decimal 82 69 66 0 0.16 0.20 0.68 11.25 0.11 0.29
Hex 52 45 42 0 10 14 44 B B 1D
Octal 122 105 102 0 20 24 104 13 13 35
Binary 1010010 1000101 1000010 0 10000 10100 1000100 1011 1011 11101

Color Harmonies of #524542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524542

Black with #524542

Text Example


Text Example

White with #524542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524542; }

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

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

background-color css

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

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

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

border-color css

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

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

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