Html Css Color HEX #52381C Brown Bramble

📋 copy color: '#52381C'

red 82 ◦ green 56 ◦ blue 28

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

Shades of Brown Bramble #52381C

Tints of Brown Bramble #52381C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 16.87%

R = 49.4%
G = 33.73%
B = 16.87%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.68

RGB Variations

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

Color information

#52381C (or 0x52381C) is known color: Brown Bramble. HEX triplet: 52, 38 and 1C. RGB value is (82,56,28). Sum of RGB (Red+Green+Blue) = 82+56+28=166 (21% of max value = 765). Red value is 82 (32.42% from 255 or 49.40% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 28 (11.33% from 255 or 16.87% from 166); Max value from RGB is 82 - color contains mainly: red. Hex color #52381C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52381C is #ADC7E3. Grayscale: #3C3C3C. Windows color (decimal): -11388900 or 1849426. OLE color: 1849426.

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

Color convert

RGB 82 56 28 -
CMYK 0 0.32 0.66 0.68
HSL 31.11º 0.49% 0.22% -
HSV(B) 31.11º 0.66% 0.32% -
XYZ 5.1 4.71 1.74 -
YUV 60.58 109.61 143.28 -
System Red Green Blue C M Y K H S L
Decimal 82 56 28 0 0.32 0.66 0.68 31.11 0.49 0.22
Hex 52 38 1C 0 20 42 44 1F 31 16
Octal 122 70 34 0 40 102 104 37 61 26
Binary 1010010 111000 11100 0 100000 1000010 1000100 11111 110001 10110

Color Harmonies of #52381C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52381C

Black with #52381C

Text Example


Text Example

White with #52381C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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