Html Css Color HEX #52301B Brown Bramble

📋 copy color: '#52301B'

red 82 ◦ green 48 ◦ blue 27

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

Shades of Brown Bramble #52301B

Tints of Brown Bramble #52301B

RGB

 RED value IS 82 (32.42% from 255) = 52.23%

 GREEN value IS 48 (19.14% from 255) = 30.57%

 BLUE value IS 27 (10.94% from 255) = 17.2%

R = 52.23%
G = 30.57%
B = 17.2%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.67

 K value IS 0.68

RGB Variations

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

Color information

#52301B (or 0x52301B) is known color: Brown Bramble. HEX triplet: 52, 30 and 1B. RGB value is (82,48,27). Sum of RGB (Red+Green+Blue) = 82+48+27=157 (20% of max value = 765). Red value is 82 (32.42% from 255 or 52.23% from 157); Green value is 48 (19.14% from 255 or 30.57% from 157); Blue value is 27 (10.94% from 255 or 17.20% from 157); Max value from RGB is 82 - color contains mainly: red. Hex color #52301B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52301B is #ADCFE4. Grayscale: #373737. Windows color (decimal): -11390949 or 1781842. OLE color: 1781842.

HSL color Cylindrical-coordinate representation of color #52301B: hue angle of 22.91º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #52301B is Cyan = 0, Magento = 0.41, Yellow = 0.67 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 48 27 -
CMYK 0 0.41 0.67 0.68
HSL 22.91º 0.5% 0.21% -
HSV(B) 22.91º 0.67% 0.32% -
XYZ 4.73 3.99 1.56 -
YUV 55.77 111.76 146.71 -
System Red Green Blue C M Y K H S L
Decimal 82 48 27 0 0.41 0.67 0.68 22.91 0.5 0.21
Hex 52 30 1B 0 29 43 44 17 32 15
Octal 122 60 33 0 51 103 104 27 62 25
Binary 1010010 110000 11011 0 101001 1000011 1000100 10111 110010 10101

Color Harmonies of #52301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52301B

Black with #52301B

Text Example


Text Example

White with #52301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52301B; }

 p { color: rgb(82,48,27); }

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

background-color css

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

 a { background-color: rgb(82,48,27); }

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

border-color css

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

 span { border-color: rgb(82,48,27); }

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