Html Css Color HEX #524642 Crater Brown

📋 copy color: '#524642'

red 82 ◦ green 70 ◦ blue 66

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

Shades of Crater Brown #524642

Tints of Crater Brown #524642

RGB

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

 GREEN value IS 70 (27.73% from 255) = 32.11%

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

R = 37.61%
G = 32.11%
B = 30.28%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.20

 K value IS 0.68

RGB Variations

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

Color information

#524642 (or 0x524642) is known color: Crater Brown. HEX triplet: 52, 46 and 42. RGB value is (82,70,66). Sum of RGB (Red+Green+Blue) = 82+70+66=218 (28% of max value = 765). Red value is 82 (32.42% from 255 or 37.61% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 66 (26.17% from 255 or 30.28% from 218); Max value from RGB is 82 - color contains mainly: red. Hex color #524642 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #524642 is #ADB9BD. Grayscale: #494949. Windows color (decimal): -11385278 or 4343378. OLE color: 4343378.

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

Color convert

RGB 82 70 66 -
CMYK 0 0.15 0.20 0.68
HSL 15º 0.11% 0.29% -
HSV(B) 15º 0.2% 0.32% -
XYZ 6.65 6.57 6.07 -
YUV 73.13 123.98 134.33 -
System Red Green Blue C M Y K H S L
Decimal 82 70 66 0 0.15 0.20 0.68 15 0.11 0.29
Hex 52 46 42 0 F 14 44 F B 1D
Octal 122 106 102 0 17 24 104 17 13 35
Binary 1010010 1000110 1000010 0 1111 10100 1000100 1111 1011 11101

Color Harmonies of #524642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #524642

Black with #524642

Text Example


Text Example

White with #524642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #524642; }

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

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

background-color css

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

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

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

border-color css

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

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

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