Html Css Color HEX #4F4333 Deep Bronze

📋 copy color: '#4F4333'

red 79 ◦ green 67 ◦ blue 51

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

Shades of Deep Bronze #4F4333

Tints of Deep Bronze #4F4333

RGB

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

 GREEN value IS 67 (26.56% from 255) = 34.01%

 BLUE value IS 51 (20.31% from 255) = 25.89%

R = 40.1%
G = 34.01%
B = 25.89%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.35

 K value IS 0.69

RGB Variations

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

Color information

#4F4333 (or 0x4F4333) is known color: Deep Bronze. HEX triplet: 4F, 43 and 33. RGB value is (79,67,51). Sum of RGB (Red+Green+Blue) = 79+67+51=197 (26% of max value = 765). Red value is 79 (31.25% from 255 or 40.10% from 197); Green value is 67 (26.56% from 255 or 34.01% from 197); Blue value is 51 (20.31% from 255 or 25.89% from 197); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4333 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4333 is #B0BCCC. Grayscale: #444444. Windows color (decimal): -11582669 or 3359567. OLE color: 3359567.

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

Color convert

RGB 79 67 51 -
CMYK 0 0.15 0.35 0.69
HSL 34.29º 0.22% 0.25% -
HSV(B) 34.29º 0.35% 0.31% -
XYZ 5.83 5.92 3.97 -
YUV 68.76 117.98 135.3 -
System Red Green Blue C M Y K H S L
Decimal 79 67 51 0 0.15 0.35 0.69 34.29 0.22 0.25
Hex 4F 43 33 0 F 23 45 22 16 19
Octal 117 103 63 0 17 43 105 42 26 31
Binary 1001111 1000011 110011 0 1111 100011 1000101 100010 10110 11001

Color Harmonies of #4F4333

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F4333

Black with #4F4333

Text Example


Text Example

White with #4F4333

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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