Html Css Color HEX #431E0F Brown Pod

📋 copy color: '#431E0F'

red 67 ◦ green 30 ◦ blue 15

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

Shades of Brown Pod #431E0F

Tints of Brown Pod #431E0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.39%

R = 59.82%
G = 26.79%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.78

 K value IS 0.74

RGB Variations

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

Color information

#431E0F (or 0x431E0F) is known color: Brown Pod. HEX triplet: 43, 1E and 0F. RGB value is (67,30,15). Sum of RGB (Red+Green+Blue) = 67+30+15=112 (14% of max value = 765). Red value is 67 (26.56% from 255 or 59.82% from 112); Green value is 30 (12.11% from 255 or 26.79% from 112); Blue value is 15 (6.25% from 255 or 13.39% from 112); Max value from RGB is 67 - color contains mainly: red. Hex color #431E0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431E0F is #BCE1F0. Grayscale: #272727. Windows color (decimal): -12378609 or 990787. OLE color: 990787.

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

Color convert

RGB 67 30 15 -
CMYK 0 0.55 0.78 0.74
HSL 17.31º 0.63% 0.16% -
HSV(B) 17.31º 0.78% 0.26% -
XYZ 2.87 2.16 0.72 -
YUV 39.35 114.26 147.72 -
System Red Green Blue C M Y K H S L
Decimal 67 30 15 0 0.55 0.78 0.74 17.31 0.63 0.16
Hex 43 1E F 0 37 4E 4A 11 3F 10
Octal 103 36 17 0 67 116 112 21 77 20
Binary 1000011 11110 1111 0 110111 1001110 1001010 10001 111111 10000

Color Harmonies of #431E0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431E0F

Black with #431E0F

Text Example


Text Example

White with #431E0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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