Html Css Color HEX #532D15 Brown Bramble

📋 copy color: '#532D15'

red 83 ◦ green 45 ◦ blue 21

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

Shades of Brown Bramble #532D15

Tints of Brown Bramble #532D15

RGB

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

 GREEN value IS 45 (17.97% from 255) = 30.2%

 BLUE value IS 21 (8.59% from 255) = 14.09%

R = 55.7%
G = 30.2%
B = 14.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.75

 K value IS 0.67

RGB Variations

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

Color information

#532D15 (or 0x532D15) is known color: Brown Bramble. HEX triplet: 53, 2D and 15. RGB value is (83,45,21). Sum of RGB (Red+Green+Blue) = 83+45+21=149 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.70% from 149); Green value is 45 (17.97% from 255 or 30.20% from 149); Blue value is 21 (8.59% from 255 or 14.09% from 149); Max value from RGB is 83 - color contains mainly: red. Hex color #532D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532D15 is #ACD2EA. Grayscale: #353535. Windows color (decimal): -11326187 or 1387859. OLE color: 1387859.

HSL color Cylindrical-coordinate representation of color #532D15: hue angle of 23.23º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #532D15 is Cyan = 0, Magento = 0.46, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 45 21 -
CMYK 0 0.46 0.75 0.67
HSL 23.23º 0.6% 0.2% -
HSV(B) 23.23º 0.75% 0.33% -
XYZ 4.64 3.77 1.19 -
YUV 53.63 109.59 148.95 -
System Red Green Blue C M Y K H S L
Decimal 83 45 21 0 0.46 0.75 0.67 23.23 0.6 0.2
Hex 53 2D 15 0 2E 4B 43 17 3C 14
Octal 123 55 25 0 56 113 103 27 74 24
Binary 1010011 101101 10101 0 101110 1001011 1000011 10111 111100 10100

Color Harmonies of #532D15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532D15

Black with #532D15

Text Example


Text Example

White with #532D15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #532D15; }

 p { color: rgb(83,45,21); }

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

background-color css

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

 a { background-color: rgb(83,45,21); }

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

border-color css

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

 span { border-color: rgb(83,45,21); }

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