Html Css Color HEX #431D1A Brown Pod

📋 copy color: '#431D1A'

red 67 ◦ green 29 ◦ blue 26

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

Shades of Brown Pod #431D1A

Tints of Brown Pod #431D1A

RGB

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

 GREEN value IS 29 (11.72% from 255) = 23.77%

 BLUE value IS 26 (10.55% from 255) = 21.31%

R = 54.92%
G = 23.77%
B = 21.31%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#431D1A (or 0x431D1A) is known color: Brown Pod. HEX triplet: 43, 1D and 1A. RGB value is (67,29,26). Sum of RGB (Red+Green+Blue) = 67+29+26=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 29 (11.72% from 255 or 23.77% from 122); Blue value is 26 (10.55% from 255 or 21.31% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431D1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431D1A is #BCE2E5. Grayscale: #282828. Windows color (decimal): -12378854 or 1711427. OLE color: 1711427.

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

Color convert

RGB 67 29 26 -
CMYK 0 0.57 0.61 0.74
HSL 4.39º 0.44% 0.18% -
HSV(B) 4.39º 0.61% 0.26% -
XYZ 2.94 2.15 1.24 -
YUV 40.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 67 29 26 0 0.57 0.61 0.74 4.39 0.44 0.18
Hex 43 1D 1A 0 39 3D 4A 4 2C 12
Octal 103 35 32 0 71 75 112 4 54 22
Binary 1000011 11101 11010 0 111001 111101 1001010 100 101100 10010

Color Harmonies of #431D1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431D1A

Black with #431D1A

Text Example


Text Example

White with #431D1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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