Html Css Color HEX #523D3D Crater Brown

📋 copy color: '#523D3D'

red 82 ◦ green 61 ◦ blue 61

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

Shades of Crater Brown #523D3D

Tints of Crater Brown #523D3D

RGB

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

 GREEN value IS 61 (24.22% from 255) = 29.9%

 BLUE value IS 61 (24.22% from 255) = 29.9%

R = 40.2%
G = 29.9%
B = 29.9%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#523D3D (or 0x523D3D) is known color: Crater Brown. HEX triplet: 52, 3D and 3D. RGB value is (82,61,61). Sum of RGB (Red+Green+Blue) = 82+61+61=204 (27% of max value = 765). Red value is 82 (32.42% from 255 or 40.20% from 204); Green value is 61 (24.22% from 255 or 29.90% from 204); Blue value is 61 (24.22% from 255 or 29.90% from 204); Max value from RGB is 82 - color contains mainly: red. Hex color #523D3D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D3D is #ADC2C2. Grayscale: #434343. Windows color (decimal): -11387587 or 4013394. OLE color: 4013394.

HSL color Cylindrical-coordinate representation of color #523D3D: hue angle of 0º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #523D3D is Cyan = 0, Magento = 0.26, Yellow = 0.26 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 61 61 -
CMYK 0 0.26 0.26 0.68
HSL 0.15% 0.28% -
HSV(B) 0.26% 0.32% -
XYZ 5.99 5.47 5.15 -
YUV 67.28 124.46 138.5 -
System Red Green Blue C M Y K H S L
Decimal 82 61 61 0 0.26 0.26 0.68 0 0.15 0.28
Hex 52 3D 3D 0 1A 1A 44 0 F 1C
Octal 122 75 75 0 32 32 104 0 17 34
Binary 1010010 111101 111101 0 11010 11010 1000100 0 1111 11100

Color Harmonies of #523D3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #523D3D

Black with #523D3D

Text Example


Text Example

White with #523D3D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #523D3D; }

 p { color: rgb(82,61,61); }

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

background-color css

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

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

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

border-color css

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

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

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