Html Css Color HEX #431E1A Brown Pod

📋 copy color: '#431E1A'

red 67 ◦ green 30 ◦ blue 26

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

Shades of Brown Pod #431E1A

Tints of Brown Pod #431E1A

RGB

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

 GREEN value IS 30 (12.11% from 255) = 24.39%

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

R = 54.47%
G = 24.39%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#431E1A (or 0x431E1A) is known color: Brown Pod. HEX triplet: 43, 1E and 1A. RGB value is (67,30,26). Sum of RGB (Red+Green+Blue) = 67+30+26=123 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.47% from 123); Green value is 30 (12.11% from 255 or 24.39% from 123); Blue value is 26 (10.55% from 255 or 21.14% from 123); Max value from RGB is 67 - color contains mainly: red. Hex color #431E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431E1A is #BCE1E5. Grayscale: #282828. Windows color (decimal): -12378598 or 1711683. OLE color: 1711683.

HSL color Cylindrical-coordinate representation of color #431E1A: hue angle of 5.85º 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 #431E1A is Cyan = 0, Magento = 0.55, Yellow = 0.61 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 30 26 -
CMYK 0 0.55 0.61 0.74
HSL 5.85º 0.44% 0.18% -
HSV(B) 5.85º 0.61% 0.26% -
XYZ 2.97 2.2 1.24 -
YUV 40.61 119.76 146.83 -
System Red Green Blue C M Y K H S L
Decimal 67 30 26 0 0.55 0.61 0.74 5.85 0.44 0.18
Hex 43 1E 1A 0 37 3D 4A 6 2C 12
Octal 103 36 32 0 67 75 112 6 54 22
Binary 1000011 11110 11010 0 110111 111101 1001010 110 101100 10010

Color Harmonies of #431E1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431E1A

Black with #431E1A

Text Example


Text Example

White with #431E1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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