Html Css Color HEX #431F0D Brown Pod

📋 copy color: '#431F0D'

red 67 ◦ green 31 ◦ blue 13

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

Shades of Brown Pod #431F0D

Tints of Brown Pod #431F0D

RGB

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

 GREEN value IS 31 (12.5% from 255) = 27.93%

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

R = 60.36%
G = 27.93%
B = 11.71%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.81

 K value IS 0.74

RGB Variations

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

Color information

#431F0D (or 0x431F0D) is known color: Brown Pod. HEX triplet: 43, 1F and 0D. RGB value is (67,31,13). Sum of RGB (Red+Green+Blue) = 67+31+13=111 (14% of max value = 765). Red value is 67 (26.56% from 255 or 60.36% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 13 (5.47% from 255 or 11.71% from 111); Max value from RGB is 67 - color contains mainly: red. Hex color #431F0D is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F0D is #BCE0F2. Grayscale: #272727. Windows color (decimal): -12378355 or 859971. OLE color: 859971.

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

Color convert

RGB 67 31 13 -
CMYK 0 0.54 0.81 0.74
HSL 20º 0.68% 0.16% -
HSV(B) 20º 0.81% 0.26% -
XYZ 2.88 2.2 0.65 -
YUV 39.71 112.93 147.46 -
System Red Green Blue C M Y K H S L
Decimal 67 31 13 0 0.54 0.81 0.74 20 0.68 0.16
Hex 43 1F D 0 36 51 4A 14 44 10
Octal 103 37 15 0 66 121 112 24 104 20
Binary 1000011 11111 1101 0 110110 1010001 1001010 10100 1000100 10000

Color Harmonies of #431F0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F0D

Black with #431F0D

Text Example


Text Example

White with #431F0D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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