Html Css Color HEX #52463D Brown Derby

📋 copy color: '#52463D'

red 82 ◦ green 70 ◦ blue 61

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

Shades of Brown Derby #52463D

Tints of Brown Derby #52463D

RGB

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

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

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

R = 38.5%
G = 32.86%
B = 28.64%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.26

 K value IS 0.68

RGB Variations

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

Color information

#52463D (or 0x52463D) is known color: Brown Derby. HEX triplet: 52, 46 and 3D. RGB value is (82,70,61). Sum of RGB (Red+Green+Blue) = 82+70+61=213 (28% of max value = 765). Red value is 82 (32.42% from 255 or 38.50% from 213); Green value is 70 (27.73% from 255 or 32.86% from 213); Blue value is 61 (24.22% from 255 or 28.64% from 213); Max value from RGB is 82 - color contains mainly: red. Hex color #52463D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52463D is #ADB9C2. Grayscale: #484848. Windows color (decimal): -11385283 or 4015698. OLE color: 4015698.

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

Color convert

RGB 82 70 61 -
CMYK 0 0.15 0.26 0.68
HSL 25.71º 0.15% 0.28% -
HSV(B) 25.71º 0.26% 0.32% -
XYZ 6.51 6.51 5.33 -
YUV 72.56 121.48 134.73 -
System Red Green Blue C M Y K H S L
Decimal 82 70 61 0 0.15 0.26 0.68 25.71 0.15 0.28
Hex 52 46 3D 0 F 1A 44 1A F 1C
Octal 122 106 75 0 17 32 104 32 17 34
Binary 1010010 1000110 111101 0 1111 11010 1000100 11010 1111 11100

Color Harmonies of #52463D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52463D

Black with #52463D

Text Example


Text Example

White with #52463D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52463D; }

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

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

background-color css

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

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

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

border-color css

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

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

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