Html Css Color HEX #4D3318 Brown Bramble

📋 copy color: '#4D3318'

red 77 ◦ green 51 ◦ blue 24

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

Shades of Brown Bramble #4D3318

Tints of Brown Bramble #4D3318

RGB

 RED value IS 77 (30.47% from 255) = 50.66%

 GREEN value IS 51 (20.31% from 255) = 33.55%

 BLUE value IS 24 (9.77% from 255) = 15.79%

R = 50.66%
G = 33.55%
B = 15.79%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.69

 K value IS 0.70

RGB Variations

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

Color information

#4D3318 (or 0x4D3318) is known color: Brown Bramble. HEX triplet: 4D, 33 and 18. RGB value is (77,51,24). Sum of RGB (Red+Green+Blue) = 77+51+24=152 (20% of max value = 765). Red value is 77 (30.47% from 255 or 50.66% from 152); Green value is 51 (20.31% from 255 or 33.55% from 152); Blue value is 24 (9.77% from 255 or 15.79% from 152); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3318 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #4D3318 is #B2CCE7. Grayscale: #373737. Windows color (decimal): -11717864 or 1585997. OLE color: 1585997.

HSL color Cylindrical-coordinate representation of color #4D3318: hue angle of 30.57º degrees, saturation: 0.52, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4D3318 is Cyan = 0, Magento = 0.34, Yellow = 0.69 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 51 24 -
CMYK 0 0.34 0.69 0.70
HSL 30.57º 0.52% 0.2% -
HSV(B) 30.57º 0.69% 0.3% -
XYZ 4.41 4.01 1.41 -
YUV 55.7 110.11 143.2 -
System Red Green Blue C M Y K H S L
Decimal 77 51 24 0 0.34 0.69 0.70 30.57 0.52 0.2
Hex 4D 33 18 0 22 45 46 1F 34 14
Octal 115 63 30 0 42 105 106 37 64 24
Binary 1001101 110011 11000 0 100010 1000101 1000110 11111 110100 10100

Color Harmonies of #4D3318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3318

Black with #4D3318

Text Example


Text Example

White with #4D3318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4D3318; }

 p { color: rgb(77,51,24); }

 H1.HeaderClassName
 {
   color: #4D3318;
 }
 .AnyTagClassName
 {
   color: #4D3318;
 }
</style>

background-color css

<style>
 a { background-color: #4D3318; }

 a { background-color: rgb(77,51,24); }

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

border-color css

<style>
 span { border-color: #4D3318; }

 span { border-color: rgb(77,51,24); }

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