Html Css Color HEX #534335 Brown Derby

📋 copy color: '#534335'

red 83 ◦ green 67 ◦ blue 53

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

Shades of Brown Derby #534335

Tints of Brown Derby #534335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 26.11%

R = 40.89%
G = 33%
B = 26.11%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.36

 K value IS 0.67

RGB Variations

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

Color information

#534335 (or 0x534335) is known color: Brown Derby. HEX triplet: 53, 43 and 35. RGB value is (83,67,53). Sum of RGB (Red+Green+Blue) = 83+67+53=203 (26% of max value = 765). Red value is 83 (32.81% from 255 or 40.89% from 203); Green value is 67 (26.56% from 255 or 33.00% from 203); Blue value is 53 (21.09% from 255 or 26.11% from 203); Max value from RGB is 83 - color contains mainly: red. Hex color #534335 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #534335 is #ACBCCA. Grayscale: #464646. Windows color (decimal): -11320523 or 3490643. OLE color: 3490643.

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

Color convert

RGB 83 67 53 -
CMYK 0 0.19 0.36 0.67
HSL 28º 0.22% 0.27% -
HSV(B) 28º 0.36% 0.33% -
XYZ 6.22 6.11 4.22 -
YUV 70.19 118.3 137.14 -
System Red Green Blue C M Y K H S L
Decimal 83 67 53 0 0.19 0.36 0.67 28 0.22 0.27
Hex 53 43 35 0 13 24 43 1C 16 1B
Octal 123 103 65 0 23 44 103 34 26 33
Binary 1010011 1000011 110101 0 10011 100100 1000011 11100 10110 11011

Color Harmonies of #534335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #534335

Black with #534335

Text Example


Text Example

White with #534335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #534335; }

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

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

background-color css

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

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

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

border-color css

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

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

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