Html Css Color HEX #52423F Crater Brown

📋 copy color: '#52423F'

red 82 ◦ green 66 ◦ blue 63

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

Shades of Crater Brown #52423F

Tints of Crater Brown #52423F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 31.28%

 BLUE value IS 63 (25% from 255) = 29.86%

R = 38.86%
G = 31.28%
B = 29.86%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.23

 K value IS 0.68

RGB Variations

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

Color information

#52423F (or 0x52423F) is known color: Crater Brown. HEX triplet: 52, 42 and 3F. RGB value is (82,66,63). Sum of RGB (Red+Green+Blue) = 82+66+63=211 (27% of max value = 765). Red value is 82 (32.42% from 255 or 38.86% from 211); Green value is 66 (26.17% from 255 or 31.28% from 211); Blue value is 63 (25% from 255 or 29.86% from 211); Max value from RGB is 82 - color contains mainly: red. Hex color #52423F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52423F is #ADBDC0. Grayscale: #464646. Windows color (decimal): -11386305 or 4145746. OLE color: 4145746.

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

Color convert

RGB 82 66 63 -
CMYK 0 0.20 0.23 0.68
HSL 9.47º 0.13% 0.28% -
HSV(B) 9.47º 0.23% 0.32% -
XYZ 6.33 6.05 5.54 -
YUV 70.44 123.8 136.24 -
System Red Green Blue C M Y K H S L
Decimal 82 66 63 0 0.20 0.23 0.68 9.47 0.13 0.28
Hex 52 42 3F 0 14 17 44 9 D 1C
Octal 122 102 77 0 24 27 104 11 15 34
Binary 1010010 1000010 111111 0 10100 10111 1000100 1001 1101 11100

Color Harmonies of #52423F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52423F

Black with #52423F

Text Example


Text Example

White with #52423F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52423F; }

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

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

background-color css

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

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

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

border-color css

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

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

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