Html Css Color HEX #52453B Brown Derby

📋 copy color: '#52453B'

red 82 ◦ green 69 ◦ blue 59

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

Shades of Brown Derby #52453B

Tints of Brown Derby #52453B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 28.1%

R = 39.05%
G = 32.86%
B = 28.1%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.28

 K value IS 0.68

RGB Variations

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

Color information

#52453B (or 0x52453B) is known color: Brown Derby. HEX triplet: 52, 45 and 3B. RGB value is (82,69,59). Sum of RGB (Red+Green+Blue) = 82+69+59=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 69 (27.34% from 255 or 32.86% from 210); Blue value is 59 (23.44% from 255 or 28.10% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #52453B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52453B is #ADBAC4. Grayscale: #474747. Windows color (decimal): -11385541 or 3884370. OLE color: 3884370.

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

Color convert

RGB 82 69 59 -
CMYK 0 0.16 0.28 0.68
HSL 26.09º 0.16% 0.28% -
HSV(B) 26.09º 0.28% 0.32% -
XYZ 6.4 6.37 5.03 -
YUV 71.75 120.81 135.31 -
System Red Green Blue C M Y K H S L
Decimal 82 69 59 0 0.16 0.28 0.68 26.09 0.16 0.28
Hex 52 45 3B 0 10 1C 44 1A 10 1C
Octal 122 105 73 0 20 34 104 32 20 34
Binary 1010010 1000101 111011 0 10000 11100 1000100 11010 10000 11100

Color Harmonies of #52453B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52453B

Black with #52453B

Text Example


Text Example

White with #52453B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52453B; }

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

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

background-color css

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

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

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

border-color css

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

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

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