Html Css Color HEX #431F12 Brown Pod

📋 copy color: '#431F12'

red 67 ◦ green 31 ◦ blue 18

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

Shades of Brown Pod #431F12

Tints of Brown Pod #431F12

RGB

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

 GREEN value IS 31 (12.5% from 255) = 26.72%

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 57.76%
G = 26.72%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#431F12 (or 0x431F12) is known color: Brown Pod. HEX triplet: 43, 1F and 12. RGB value is (67,31,18). Sum of RGB (Red+Green+Blue) = 67+31+18=116 (15% of max value = 765). Red value is 67 (26.56% from 255 or 57.76% from 116); Green value is 31 (12.5% from 255 or 26.72% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 67 - color contains mainly: red. Hex color #431F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F12 is #BCE0ED. Grayscale: #282828. Windows color (decimal): -12378350 or 1187651. OLE color: 1187651.

HSL color Cylindrical-coordinate representation of color #431F12: hue angle of 15.92º degrees, saturation: 0.58, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #431F12 is Cyan = 0, Magento = 0.54, Yellow = 0.73 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 31 18 -
CMYK 0 0.54 0.73 0.74
HSL 15.92º 0.58% 0.17% -
HSV(B) 15.92º 0.73% 0.26% -
XYZ 2.91 2.22 0.85 -
YUV 40.28 115.43 147.06 -
System Red Green Blue C M Y K H S L
Decimal 67 31 18 0 0.54 0.73 0.74 15.92 0.58 0.17
Hex 43 1F 12 0 36 49 4A 10 3A 11
Octal 103 37 22 0 66 111 112 20 72 21
Binary 1000011 11111 10010 0 110110 1001001 1001010 10000 111010 10001

Color Harmonies of #431F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F12

Black with #431F12

Text Example


Text Example

White with #431F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,31,18); }

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

background-color css

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

 a { background-color: rgb(67,31,18); }

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

border-color css

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

 span { border-color: rgb(67,31,18); }

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