Html Css Color HEX #52361F Brown Bramble

📋 copy color: '#52361F'

red 82 ◦ green 54 ◦ blue 31

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

Shades of Brown Bramble #52361F

Tints of Brown Bramble #52361F

RGB

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

 GREEN value IS 54 (21.48% from 255) = 32.34%

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

R = 49.1%
G = 32.34%
B = 18.56%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.62

 K value IS 0.68

RGB Variations

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

Color information

#52361F (or 0x52361F) is known color: Brown Bramble. HEX triplet: 52, 36 and 1F. RGB value is (82,54,31). Sum of RGB (Red+Green+Blue) = 82+54+31=167 (22% of max value = 765). Red value is 82 (32.42% from 255 or 49.10% from 167); Green value is 54 (21.48% from 255 or 32.34% from 167); Blue value is 31 (12.5% from 255 or 18.56% from 167); Max value from RGB is 82 - color contains mainly: red. Hex color #52361F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #52361F is #ADC9E0. Grayscale: #3B3B3B. Windows color (decimal): -11389409 or 2045522. OLE color: 2045522.

HSL color Cylindrical-coordinate representation of color #52361F: hue angle of 27.06º 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 #52361F is Cyan = 0, Magento = 0.34, Yellow = 0.62 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 54 31 -
CMYK 0 0.34 0.62 0.68
HSL 27.06º 0.45% 0.22% -
HSV(B) 27.06º 0.62% 0.32% -
XYZ 5.05 4.53 1.9 -
YUV 59.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 82 54 31 0 0.34 0.62 0.68 27.06 0.45 0.22
Hex 52 36 1F 0 22 3E 44 1B 2D 16
Octal 122 66 37 0 42 76 104 33 55 26
Binary 1010010 110110 11111 0 100010 111110 1000100 11011 101101 10110

Color Harmonies of #52361F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52361F

Black with #52361F

Text Example


Text Example

White with #52361F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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