Html Css Color HEX #4F301A Brown Bramble

📋 copy color: '#4F301A'

red 79 ◦ green 48 ◦ blue 26

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

Shades of Brown Bramble #4F301A

Tints of Brown Bramble #4F301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 31.37%

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

R = 51.63%
G = 31.37%
B = 16.99%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.67

 K value IS 0.69

RGB Variations

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

Color information

#4F301A (or 0x4F301A) is known color: Brown Bramble. HEX triplet: 4F, 30 and 1A. RGB value is (79,48,26). Sum of RGB (Red+Green+Blue) = 79+48+26=153 (20% of max value = 765). Red value is 79 (31.25% from 255 or 51.63% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 26 (10.55% from 255 or 16.99% from 153); Max value from RGB is 79 - color contains mainly: red. Hex color #4F301A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F301A is #B0CFE5. Grayscale: #363636. Windows color (decimal): -11587558 or 1716303. OLE color: 1716303.

HSL color Cylindrical-coordinate representation of color #4F301A: hue angle of 24.91º 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 #4F301A is Cyan = 0, Magento = 0.39, Yellow = 0.67 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 48 26 -
CMYK 0 0.39 0.67 0.69
HSL 24.91º 0.5% 0.21% -
HSV(B) 24.91º 0.67% 0.31% -
XYZ 4.47 3.85 1.49 -
YUV 54.76 111.77 145.29 -
System Red Green Blue C M Y K H S L
Decimal 79 48 26 0 0.39 0.67 0.69 24.91 0.5 0.21
Hex 4F 30 1A 0 27 43 45 19 32 15
Octal 117 60 32 0 47 103 105 31 62 25
Binary 1001111 110000 11010 0 100111 1000011 1000101 11001 110010 10101

Color Harmonies of #4F301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F301A

Black with #4F301A

Text Example


Text Example

White with #4F301A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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