Html Css Color HEX #534538 Brown Derby

📋 copy color: '#534538'

red 83 ◦ green 69 ◦ blue 56

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

Shades of Brown Derby #534538

Tints of Brown Derby #534538

RGB

 RED value IS 83 (32.81% from 255) = 39.9%

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

 BLUE value IS 56 (22.27% from 255) = 26.92%

R = 39.9%
G = 33.17%
B = 26.92%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.33

 K value IS 0.67

RGB Variations

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

Color information

#534538 (or 0x534538) is known color: Brown Derby. HEX triplet: 53, 45 and 38. RGB value is (83,69,56). Sum of RGB (Red+Green+Blue) = 83+69+56=208 (27% of max value = 765). Red value is 83 (32.81% from 255 or 39.90% from 208); Green value is 69 (27.34% from 255 or 33.17% from 208); Blue value is 56 (22.27% from 255 or 26.92% from 208); Max value from RGB is 83 - color contains mainly: red. Hex color #534538 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534538 is #ACBAC7. Grayscale: #474747. Windows color (decimal): -11320008 or 3687763. OLE color: 3687763.

HSL color Cylindrical-coordinate representation of color #534538: hue angle of 28.89º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #534538 is Cyan = 0, Magento = 0.17, Yellow = 0.33 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 69 56 -
CMYK 0 0.17 0.33 0.67
HSL 28.89º 0.19% 0.27% -
HSV(B) 28.89º 0.33% 0.33% -
XYZ 6.41 6.38 4.64 -
YUV 71.7 119.14 136.06 -
System Red Green Blue C M Y K H S L
Decimal 83 69 56 0 0.17 0.33 0.67 28.89 0.19 0.27
Hex 53 45 38 0 11 21 43 1D 13 1B
Octal 123 105 70 0 21 41 103 35 23 33
Binary 1010011 1000101 111000 0 10001 100001 1000011 11101 10011 11011

Color Harmonies of #534538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534538

Black with #534538

Text Example


Text Example

White with #534538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534538; }

 p { color: rgb(83,69,56); }

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

background-color css

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

 a { background-color: rgb(83,69,56); }

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

border-color css

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

 span { border-color: rgb(83,69,56); }

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