Html Css Color HEX #534234 Brown Derby

📋 copy color: '#534234'

red 83 ◦ green 66 ◦ blue 52

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

Shades of Brown Derby #534234

Tints of Brown Derby #534234

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 25.87%

R = 41.29%
G = 32.84%
B = 25.87%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#534234 (or 0x534234) is known color: Brown Derby. HEX triplet: 53, 42 and 34. RGB value is (83,66,52). Sum of RGB (Red+Green+Blue) = 83+66+52=201 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.29% from 201); Green value is 66 (26.17% from 255 or 32.84% from 201); Blue value is 52 (20.70% from 255 or 25.87% from 201); Max value from RGB is 83 - color contains mainly: red. Hex color #534234 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534234 is #ACBDCB. Grayscale: #454545. Windows color (decimal): -11320780 or 3424851. OLE color: 3424851.

HSL color Cylindrical-coordinate representation of color #534234: hue angle of 27.1º degrees, saturation: 0.23, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #534234 is Cyan = 0, Magento = 0.20, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 66 52 -
CMYK 0 0.20 0.37 0.67
HSL 27.1º 0.23% 0.26% -
HSV(B) 27.1º 0.37% 0.33% -
XYZ 6.14 5.98 4.08 -
YUV 69.49 118.13 137.64 -
System Red Green Blue C M Y K H S L
Decimal 83 66 52 0 0.20 0.37 0.67 27.1 0.23 0.26
Hex 53 42 34 0 14 25 43 1B 17 1A
Octal 123 102 64 0 24 45 103 33 27 32
Binary 1010011 1000010 110100 0 10100 100101 1000011 11011 10111 11010

Color Harmonies of #534234

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534234

Black with #534234

Text Example


Text Example

White with #534234

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534234; }

 p { color: rgb(83,66,52); }

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

background-color css

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

 a { background-color: rgb(83,66,52); }

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

border-color css

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

 span { border-color: rgb(83,66,52); }

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