Html Css Color HEX #52381F Brown Bramble

📋 copy color: '#52381F'

red 82 ◦ green 56 ◦ blue 31

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

Shades of Brown Bramble #52381F

Tints of Brown Bramble #52381F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 18.34%

R = 48.52%
G = 33.14%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52381F (or 0x52381F) is known color: Brown Bramble. HEX triplet: 52, 38 and 1F. RGB value is (82,56,31). Sum of RGB (Red+Green+Blue) = 82+56+31=169 (22% of max value = 765). Red value is 82 (32.42% from 255 or 48.52% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 31 (12.5% from 255 or 18.34% from 169); Max value from RGB is 82 - color contains mainly: red. Hex color #52381F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52381F is #ADC7E0. Grayscale: #3D3D3D. Windows color (decimal): -11388897 or 2046034. OLE color: 2046034.

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

Color convert

RGB 82 56 31 -
CMYK 0 0.32 0.62 0.68
HSL 29.41º 0.45% 0.22% -
HSV(B) 29.41º 0.62% 0.32% -
XYZ 5.14 4.72 1.94 -
YUV 60.92 111.11 143.03 -
System Red Green Blue C M Y K H S L
Decimal 82 56 31 0 0.32 0.62 0.68 29.41 0.45 0.22
Hex 52 38 1F 0 20 3E 44 1D 2D 16
Octal 122 70 37 0 40 76 104 35 55 26
Binary 1010010 111000 11111 0 100000 111110 1000100 11101 101101 10110

Color Harmonies of #52381F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52381F

Black with #52381F

Text Example


Text Example

White with #52381F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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