Html Css Color HEX #431F07 Brown Pod

📋 copy color: '#431F07'

red 67 ◦ green 31 ◦ blue 7

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

Shades of Brown Pod #431F07

Tints of Brown Pod #431F07

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.67%

R = 63.81%
G = 29.52%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.90

 K value IS 0.74

RGB Variations

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

Color information

#431F07 (or 0x431F07) is known color: Brown Pod. HEX triplet: 43, 1F and 07. RGB value is (67,31,7). Sum of RGB (Red+Green+Blue) = 67+31+7=105 (13% of max value = 765). Red value is 67 (26.56% from 255 or 63.81% from 105); Green value is 31 (12.5% from 255 or 29.52% from 105); Blue value is 7 (3.12% from 255 or 6.67% from 105); Max value from RGB is 67 - color contains mainly: red. Hex color #431F07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431F07 is #BCE0F8. Grayscale: #272727. Windows color (decimal): -12378361 or 466755. OLE color: 466755.

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

Color convert

RGB 67 31 7 -
CMYK 0 0.54 0.90 0.74
HSL 24º 0.81% 0.15% -
HSV(B) 24º 0.9% 0.26% -
XYZ 2.84 2.19 0.47 -
YUV 39.03 109.93 147.95 -
System Red Green Blue C M Y K H S L
Decimal 67 31 7 0 0.54 0.90 0.74 24 0.81 0.15
Hex 43 1F 7 0 36 5A 4A 18 51 F
Octal 103 37 7 0 66 132 112 30 121 17
Binary 1000011 11111 111 0 110110 1011010 1001010 11000 1010001 1111

Color Harmonies of #431F07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431F07

Black with #431F07

Text Example


Text Example

White with #431F07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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