Html Css Color HEX #4B180A Brown Pod

📋 copy color: '#4B180A'

red 75 ◦ green 24 ◦ blue 10

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

Shades of Brown Pod #4B180A

Tints of Brown Pod #4B180A

RGB

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

 GREEN value IS 24 (9.77% from 255) = 22.02%

 BLUE value IS 10 (4.3% from 255) = 9.17%

R = 68.81%
G = 22.02%
B = 9.17%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.71

RGB Variations

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

Color information

#4B180A (or 0x4B180A) is known color: Brown Pod. HEX triplet: 4B, 18 and 0A. RGB value is (75,24,10). Sum of RGB (Red+Green+Blue) = 75+24+10=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 24 (9.77% from 255 or 22.02% from 109); Blue value is 10 (4.30% from 255 or 9.17% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B180A is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B180A is #B4E7F5. Grayscale: #252525. Windows color (decimal): -11855862 or 661579. OLE color: 661579.

HSL color Cylindrical-coordinate representation of color #4B180A: hue angle of 12.92º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #4B180A is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 24 10 -
CMYK 0 0.68 0.87 0.71
HSL 12.92º 0.76% 0.17% -
HSV(B) 12.92º 0.87% 0.29% -
XYZ 3.28 2.17 0.53 -
YUV 37.65 112.4 154.64 -
System Red Green Blue C M Y K H S L
Decimal 75 24 10 0 0.68 0.87 0.71 12.92 0.76 0.17
Hex 4B 18 A 0 44 57 47 D 4C 11
Octal 113 30 12 0 104 127 107 15 114 21
Binary 1001011 11000 1010 0 1000100 1010111 1000111 1101 1001100 10001

Color Harmonies of #4B180A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B180A

Black with #4B180A

Text Example


Text Example

White with #4B180A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,24,10); }

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

background-color css

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

 a { background-color: rgb(75,24,10); }

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

border-color css

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

 span { border-color: rgb(75,24,10); }

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