Html Css Color HEX #4F331A Brown Bramble

📋 copy color: '#4F331A'

red 79 ◦ green 51 ◦ blue 26

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

Shades of Brown Bramble #4F331A

Tints of Brown Bramble #4F331A

RGB

 RED value IS 79 (31.25% from 255) = 50.64%

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

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

R = 50.64%
G = 32.69%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F331A (or 0x4F331A) is known color: Brown Bramble. HEX triplet: 4F, 33 and 1A. RGB value is (79,51,26). Sum of RGB (Red+Green+Blue) = 79+51+26=156 (20% of max value = 765). Red value is 79 (31.25% from 255 or 50.64% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 26 (10.55% from 255 or 16.67% from 156); Max value from RGB is 79 - color contains mainly: red. Hex color #4F331A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F331A is #B0CCE5. Grayscale: #383838. Windows color (decimal): -11586790 or 1717071. OLE color: 1717071.

HSL color Cylindrical-coordinate representation of color #4F331A: hue angle of 28.3º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4F331A is Cyan = 0, Magento = 0.35, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 51 26 -
CMYK 0 0.35 0.67 0.69
HSL 28.3º 0.5% 0.21% -
HSV(B) 28.3º 0.67% 0.31% -
XYZ 4.59 4.1 1.53 -
YUV 56.52 110.78 144.03 -
System Red Green Blue C M Y K H S L
Decimal 79 51 26 0 0.35 0.67 0.69 28.3 0.5 0.21
Hex 4F 33 1A 0 23 43 45 1C 32 15
Octal 117 63 32 0 43 103 105 34 62 25
Binary 1001111 110011 11010 0 100011 1000011 1000101 11100 110010 10101

Color Harmonies of #4F331A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F331A

Black with #4F331A

Text Example


Text Example

White with #4F331A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,51,26); }

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

background-color css

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

 a { background-color: rgb(79,51,26); }

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

border-color css

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

 span { border-color: rgb(79,51,26); }

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