Html Css Color HEX #52381A Brown Bramble

📋 copy color: '#52381A'

red 82 ◦ green 56 ◦ blue 26

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

Shades of Brown Bramble #52381A

Tints of Brown Bramble #52381A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 34.15%

 BLUE value IS 26 (10.55% from 255) = 15.85%

R = 50%
G = 34.15%
B = 15.85%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.68

RGB Variations

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

Color information

#52381A (or 0x52381A) is known color: Brown Bramble. HEX triplet: 52, 38 and 1A. RGB value is (82,56,26). Sum of RGB (Red+Green+Blue) = 82+56+26=164 (21% of max value = 765). Red value is 82 (32.42% from 255 or 50% from 164); Green value is 56 (22.27% from 255 or 34.15% from 164); Blue value is 26 (10.55% from 255 or 15.85% from 164); Max value from RGB is 82 - color contains mainly: red. Hex color #52381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52381A is #ADC7E5. Grayscale: #3C3C3C. Windows color (decimal): -11388902 or 1718354. OLE color: 1718354.

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

Color convert

RGB 82 56 26 -
CMYK 0 0.32 0.68 0.68
HSL 32.14º 0.52% 0.21% -
HSV(B) 32.14º 0.68% 0.32% -
XYZ 5.08 4.7 1.62 -
YUV 60.35 108.61 143.44 -
System Red Green Blue C M Y K H S L
Decimal 82 56 26 0 0.32 0.68 0.68 32.14 0.52 0.21
Hex 52 38 1A 0 20 44 44 20 34 15
Octal 122 70 32 0 40 104 104 40 64 25
Binary 1010010 111000 11010 0 100000 1000100 1000100 100000 110100 10101

Color Harmonies of #52381A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52381A

Black with #52381A

Text Example


Text Example

White with #52381A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52381A; }

 p { color: rgb(82,56,26); }

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

background-color css

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

 a { background-color: rgb(82,56,26); }

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

border-color css

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

 span { border-color: rgb(82,56,26); }

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