Html Css Color HEX #431A0D Brown Pod

📋 copy color: '#431A0D'

red 67 ◦ green 26 ◦ blue 13

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

Shades of Brown Pod #431A0D

Tints of Brown Pod #431A0D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 12.26%

R = 63.21%
G = 24.53%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#431A0D (or 0x431A0D) is known color: Brown Pod. HEX triplet: 43, 1A and 0D. RGB value is (67,26,13). Sum of RGB (Red+Green+Blue) = 67+26+13=106 (14% of max value = 765). Red value is 67 (26.56% from 255 or 63.21% from 106); Green value is 26 (10.55% from 255 or 24.53% from 106); Blue value is 13 (5.47% from 255 or 12.26% from 106); Max value from RGB is 67 - color contains mainly: red. Hex color #431A0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431A0D is #BCE5F2. Grayscale: #242424. Windows color (decimal): -12379635 or 858691. OLE color: 858691.

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

Color convert

RGB 67 26 13 -
CMYK 0 0.61 0.81 0.74
HSL 14.44º 0.68% 0.16% -
HSV(B) 14.44º 0.81% 0.26% -
XYZ 2.76 1.96 0.61 -
YUV 36.78 114.58 149.56 -
System Red Green Blue C M Y K H S L
Decimal 67 26 13 0 0.61 0.81 0.74 14.44 0.68 0.16
Hex 43 1A D 0 3D 51 4A E 44 10
Octal 103 32 15 0 75 121 112 16 104 20
Binary 1000011 11010 1101 0 111101 1010001 1001010 1110 1000100 10000

Color Harmonies of #431A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431A0D

Black with #431A0D

Text Example


Text Example

White with #431A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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