Html Css Color HEX #4B311A Brown Bramble

📋 copy color: '#4B311A'

red 75 ◦ green 49 ◦ blue 26

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

Shades of Brown Bramble #4B311A

Tints of Brown Bramble #4B311A

RGB

 RED value IS 75 (29.69% from 255) = 50%

 GREEN value IS 49 (19.53% from 255) = 32.67%

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

R = 50%
G = 32.67%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.65

 K value IS 0.71

RGB Variations

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

Color information

#4B311A (or 0x4B311A) is known color: Brown Bramble. HEX triplet: 4B, 31 and 1A. RGB value is (75,49,26). Sum of RGB (Red+Green+Blue) = 75+49+26=150 (19% of max value = 765). Red value is 75 (29.69% from 255 or 50% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 26 (10.55% from 255 or 17.33% from 150); Max value from RGB is 75 - color contains mainly: red. Hex color #4B311A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B311A is #B4CEE5. Grayscale: #363636. Windows color (decimal): -11849446 or 1716555. OLE color: 1716555.

HSL color Cylindrical-coordinate representation of color #4B311A: hue angle of 28.16º degrees, saturation: 0.49, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4B311A is Cyan = 0, Magento = 0.35, Yellow = 0.65 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 49 26 -
CMYK 0 0.35 0.65 0.71
HSL 28.16º 0.49% 0.2% -
HSV(B) 28.16º 0.65% 0.29% -
XYZ 4.19 3.77 1.48 -
YUV 54.15 112.11 142.87 -
System Red Green Blue C M Y K H S L
Decimal 75 49 26 0 0.35 0.65 0.71 28.16 0.49 0.2
Hex 4B 31 1A 0 23 41 47 1C 31 14
Octal 113 61 32 0 43 101 107 34 61 24
Binary 1001011 110001 11010 0 100011 1000001 1000111 11100 110001 10100

Color Harmonies of #4B311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B311A

Black with #4B311A

Text Example


Text Example

White with #4B311A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,49,26); }

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

background-color css

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

 a { background-color: rgb(75,49,26); }

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

border-color css

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

 span { border-color: rgb(75,49,26); }

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