Html Css Color HEX #4B140E Seal Brown

📋 copy color: '#4B140E'

red 75 ◦ green 20 ◦ blue 14

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

Shades of Seal Brown #4B140E

Tints of Seal Brown #4B140E

RGB

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

 GREEN value IS 20 (8.2% from 255) = 18.35%

 BLUE value IS 14 (5.86% from 255) = 12.84%

R = 68.81%
G = 18.35%
B = 12.84%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.71

RGB Variations

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

Color information

#4B140E (or 0x4B140E) is known color: Seal Brown. HEX triplet: 4B, 14 and 0E. RGB value is (75,20,14). Sum of RGB (Red+Green+Blue) = 75+20+14=109 (14% of max value = 765). Red value is 75 (29.69% from 255 or 68.81% from 109); Green value is 20 (8.20% from 255 or 18.35% from 109); Blue value is 14 (5.86% from 255 or 12.84% from 109); Max value from RGB is 75 - color contains mainly: red. Hex color #4B140E is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #4B140E is #B4EBF1. Grayscale: #232323. Windows color (decimal): -11856882 or 922699. OLE color: 922699.

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

Color convert

RGB 75 20 14 -
CMYK 0 0.73 0.81 0.71
HSL 5.9º 0.69% 0.17% -
HSV(B) 5.9º 0.81% 0.29% -
XYZ 3.23 2.03 0.64 -
YUV 35.76 115.72 155.99 -
System Red Green Blue C M Y K H S L
Decimal 75 20 14 0 0.73 0.81 0.71 5.9 0.69 0.17
Hex 4B 14 E 0 49 51 47 6 45 11
Octal 113 24 16 0 111 121 107 6 105 21
Binary 1001011 10100 1110 0 1001001 1010001 1000111 110 1000101 10001

Color Harmonies of #4B140E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B140E

Black with #4B140E

Text Example


Text Example

White with #4B140E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,20,14); }

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

background-color css

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

 a { background-color: rgb(75,20,14); }

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

border-color css

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

 span { border-color: rgb(75,20,14); }

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