Html Css Color HEX #532F18 Brown Bramble

📋 copy color: '#532F18'

red 83 ◦ green 47 ◦ blue 24

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

Shades of Brown Bramble #532F18

Tints of Brown Bramble #532F18

RGB

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

 GREEN value IS 47 (18.75% from 255) = 30.52%

 BLUE value IS 24 (9.77% from 255) = 15.58%

R = 53.9%
G = 30.52%
B = 15.58%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.71

 K value IS 0.67

RGB Variations

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

Color information

#532F18 (or 0x532F18) is known color: Brown Bramble. HEX triplet: 53, 2F and 18. RGB value is (83,47,24). Sum of RGB (Red+Green+Blue) = 83+47+24=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 24 (9.77% from 255 or 15.58% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #532F18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F18 is #ACD0E7. Grayscale: #373737. Windows color (decimal): -11325672 or 1584979. OLE color: 1584979.

HSL color Cylindrical-coordinate representation of color #532F18: hue angle of 23.39º degrees, saturation: 0.55, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #532F18 is Cyan = 0, Magento = 0.43, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 47 24 -
CMYK 0 0.43 0.71 0.67
HSL 23.39º 0.55% 0.21% -
HSV(B) 23.39º 0.71% 0.33% -
XYZ 4.75 3.94 1.37 -
YUV 55.14 110.43 147.87 -
System Red Green Blue C M Y K H S L
Decimal 83 47 24 0 0.43 0.71 0.67 23.39 0.55 0.21
Hex 53 2F 18 0 2B 47 43 17 37 15
Octal 123 57 30 0 53 107 103 27 67 25
Binary 1010011 101111 11000 0 101011 1000111 1000011 10111 110111 10101

Color Harmonies of #532F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #532F18

Black with #532F18

Text Example


Text Example

White with #532F18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,47,24); }

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

background-color css

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

 a { background-color: rgb(83,47,24); }

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

border-color css

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

 span { border-color: rgb(83,47,24); }

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