Html Css Color HEX #431A0E Brown Pod

📋 copy color: '#431A0E'

red 67 ◦ green 26 ◦ blue 14

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

Shades of Brown Pod #431A0E

Tints of Brown Pod #431A0E

RGB

 RED value IS 67 (26.56% from 255) = 62.62%

 GREEN value IS 26 (10.55% from 255) = 24.3%

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

R = 62.62%
G = 24.3%
B = 13.08%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#431A0E (or 0x431A0E) is known color: Brown Pod. HEX triplet: 43, 1A and 0E. RGB value is (67,26,14). Sum of RGB (Red+Green+Blue) = 67+26+14=107 (14% of max value = 765). Red value is 67 (26.56% from 255 or 62.62% from 107); Green value is 26 (10.55% from 255 or 24.30% from 107); Blue value is 14 (5.86% from 255 or 13.08% from 107); Max value from RGB is 67 - color contains mainly: red. Hex color #431A0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A0E is #BCE5F1. Grayscale: #242424. Windows color (decimal): -12379634 or 924227. OLE color: 924227.

HSL color Cylindrical-coordinate representation of color #431A0E: hue angle of 13.58º degrees, saturation: 0.65, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #431A0E is Cyan = 0, Magento = 0.61, Yellow = 0.79 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 26 14 -
CMYK 0 0.61 0.79 0.74
HSL 13.58º 0.65% 0.16% -
HSV(B) 13.58º 0.79% 0.26% -
XYZ 2.76 1.96 0.65 -
YUV 36.89 115.08 149.48 -
System Red Green Blue C M Y K H S L
Decimal 67 26 14 0 0.61 0.79 0.74 13.58 0.65 0.16
Hex 43 1A E 0 3D 4F 4A E 41 10
Octal 103 32 16 0 75 117 112 16 101 20
Binary 1000011 11010 1110 0 111101 1001111 1001010 1110 1000001 10000

Color Harmonies of #431A0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A0E

Black with #431A0E

Text Example


Text Example

White with #431A0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #431A0E; }

 p { color: rgb(67,26,14); }

 H1.HeaderClassName
 {
   color: #431A0E;
 }
 .AnyTagClassName
 {
   color: #431A0E;
 }
</style>

background-color css

<style>
 a { background-color: #431A0E; }

 a { background-color: rgb(67,26,14); }

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

border-color css

<style>
 span { border-color: #431A0E; }

 span { border-color: rgb(67,26,14); }

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