Html Css Color HEX #4B1704 Brown Pod

📋 copy color: '#4B1704'

red 75 ◦ green 23 ◦ blue 4

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

Shades of Brown Pod #4B1704

Tints of Brown Pod #4B1704

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.55%

 BLUE value IS 4 (1.95% from 255) = 3.92%

R = 73.53%
G = 22.55%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.95

 K value IS 0.71

RGB Variations

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

Color information

#4B1704 (or 0x4B1704) is known color: Brown Pod. HEX triplet: 4B, 17 and 04. RGB value is (75,23,4). Sum of RGB (Red+Green+Blue) = 75+23+4=102 (13% of max value = 765). Red value is 75 (29.69% from 255 or 73.53% from 102); Green value is 23 (9.38% from 255 or 22.55% from 102); Blue value is 4 (1.95% from 255 or 3.92% from 102); Max value from RGB is 75 - color contains mainly: red. Hex color #4B1704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B1704 is #B4E8FB. Grayscale: #242424. Windows color (decimal): -11856124 or 268107. OLE color: 268107.

HSL color Cylindrical-coordinate representation of color #4B1704: hue angle of 16.06º degrees, saturation: 0.9, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #4B1704 is Cyan = 0, Magento = 0.69, Yellow = 0.95 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 23 4 -
CMYK 0 0.69 0.95 0.71
HSL 16.06º 0.9% 0.15% -
HSV(B) 16.06º 0.95% 0.29% -
XYZ 3.23 2.12 0.35 -
YUV 36.38 109.73 155.54 -
System Red Green Blue C M Y K H S L
Decimal 75 23 4 0 0.69 0.95 0.71 16.06 0.9 0.15
Hex 4B 17 4 0 45 5F 47 10 5A F
Octal 113 27 4 0 105 137 107 20 132 17
Binary 1001011 10111 100 0 1000101 1011111 1000111 10000 1011010 1111

Color Harmonies of #4B1704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B1704

Black with #4B1704

Text Example


Text Example

White with #4B1704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,23,4); }

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

background-color css

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

 a { background-color: rgb(75,23,4); }

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

border-color css

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

 span { border-color: rgb(75,23,4); }

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