Html Css Color HEX #431F00 Brown Pod

📋 copy color: '#431F00'

red 67 ◦ green 31 ◦ blue 0

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

Shades of Brown Pod #431F00

Tints of Brown Pod #431F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 68.37%
G = 31.63%
B = 0%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#431F00 (or 0x431F00) is known color: Brown Pod. HEX triplet: 43, 1F and 00. RGB value is (67,31,0). Sum of RGB (Red+Green+Blue) = 67+31+0=98 (12% of max value = 765). Red value is 67 (26.56% from 255 or 68.37% from 98); Green value is 31 (12.5% from 255 or 31.63% from 98); Blue value is 0 (0.39% from 255 or 0% from 98); Max value from RGB is 67 - color contains mainly: red. Hex color #431F00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F00 is #BCE0FF. Grayscale: #262626. Windows color (decimal): -12378368 or 8003. OLE color: 8003.

HSL color Cylindrical-coordinate representation of color #431F00: hue angle of 27.76º degrees, saturation: 1, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 1%. Process color model (Four color, CMYK) of #431F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 31 0 -
CMYK 0 0.54 1 0.74
HSL 27.76º 1% 0.13% -
HSV(B) 27.76º 1% 0.26% -
XYZ 2.8 2.17 0.27 -
YUV 38.23 106.43 148.52 -
System Red Green Blue C M Y K H S L
Decimal 67 31 0 0 0.54 1 0.74 27.76 1 0.13
Hex 43 1F 0 0 36 64 4A 1C 64 D
Octal 103 37 0 0 66 144 112 34 144 15
Binary 1000011 11111 0 0 110110 1100100 1001010 11100 1100100 1101

Color Harmonies of #431F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F00

Black with #431F00

Text Example


Text Example

White with #431F00

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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