Html Css Color HEX #534334 Brown Derby

📋 copy color: '#534334'

red 83 ◦ green 67 ◦ blue 52

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

Shades of Brown Derby #534334

Tints of Brown Derby #534334

RGB

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

 GREEN value IS 67 (26.56% from 255) = 33.17%

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

R = 41.09%
G = 33.17%
B = 25.74%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.37

 K value IS 0.67

RGB Variations

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

Color information

#534334 (or 0x534334) is known color: Brown Derby. HEX triplet: 53, 43 and 34. RGB value is (83,67,52). Sum of RGB (Red+Green+Blue) = 83+67+52=202 (26% of max value = 765). Red value is 83 (32.81% from 255 or 41.09% from 202); Green value is 67 (26.56% from 255 or 33.17% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 83 - color contains mainly: red. Hex color #534334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534334 is #ACBCCB. Grayscale: #464646. Windows color (decimal): -11320524 or 3425107. OLE color: 3425107.

HSL color Cylindrical-coordinate representation of color #534334: hue angle of 29.03º 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 #534334 is Cyan = 0, Magento = 0.19, Yellow = 0.37 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 67 52 -
CMYK 0 0.19 0.37 0.67
HSL 29.03º 0.23% 0.26% -
HSV(B) 29.03º 0.37% 0.33% -
XYZ 6.19 6.1 4.1 -
YUV 70.07 117.8 137.22 -
System Red Green Blue C M Y K H S L
Decimal 83 67 52 0 0.19 0.37 0.67 29.03 0.23 0.26
Hex 53 43 34 0 13 25 43 1D 17 1A
Octal 123 103 64 0 23 45 103 35 27 32
Binary 1010011 1000011 110100 0 10011 100101 1000011 11101 10111 11010

Color Harmonies of #534334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534334

Black with #534334

Text Example


Text Example

White with #534334

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534334; }

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

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

background-color css

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

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

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

border-color css

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

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

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