Html Css Color HEX #431E0E Brown Pod

📋 copy color: '#431E0E'

red 67 ◦ green 30 ◦ blue 14

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

Shades of Brown Pod #431E0E

Tints of Brown Pod #431E0E

RGB

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

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

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

R = 60.36%
G = 27.03%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.79

 K value IS 0.74

RGB Variations

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

Color information

#431E0E (or 0x431E0E) is known color: Brown Pod. HEX triplet: 43, 1E and 0E. RGB value is (67,30,14). Sum of RGB (Red+Green+Blue) = 67+30+14=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 30 (12.11% from 255 or 27.03% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431E0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E0E is #BCE1F1. Grayscale: #272727. Windows color (decimal): -12378610 or 925251. OLE color: 925251.

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

Color convert

RGB 67 30 14 -
CMYK 0 0.55 0.79 0.74
HSL 18.11º 0.65% 0.16% -
HSV(B) 18.11º 0.79% 0.26% -
XYZ 2.86 2.15 0.68 -
YUV 39.24 113.76 147.8 -
System Red Green Blue C M Y K H S L
Decimal 67 30 14 0 0.55 0.79 0.74 18.11 0.65 0.16
Hex 43 1E E 0 37 4F 4A 12 41 10
Octal 103 36 16 0 67 117 112 22 101 20
Binary 1000011 11110 1110 0 110111 1001111 1001010 10010 1000001 10000

Color Harmonies of #431E0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431E0E

Black with #431E0E

Text Example


Text Example

White with #431E0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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