Html Css Color HEX #431C07 Brown Pod

📋 copy color: '#431C07'

red 67 ◦ green 28 ◦ blue 7

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

Shades of Brown Pod #431C07

Tints of Brown Pod #431C07

RGB

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

 GREEN value IS 28 (11.33% from 255) = 27.45%

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

R = 65.69%
G = 27.45%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.90

 K value IS 0.74

RGB Variations

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

Color information

#431C07 (or 0x431C07) is known color: Brown Pod. HEX triplet: 43, 1C and 07. RGB value is (67,28,7). Sum of RGB (Red+Green+Blue) = 67+28+7=102 (13% of max value = 765). Red value is 67 (26.56% from 255 or 65.69% from 102); Green value is 28 (11.33% from 255 or 27.45% from 102); Blue value is 7 (3.12% from 255 or 6.86% from 102); Max value from RGB is 67 - color contains mainly: red. Hex color #431C07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C07 is #BCE3F8. Grayscale: #252525. Windows color (decimal): -12379129 or 465987. OLE color: 465987.

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

Color convert

RGB 67 28 7 -
CMYK 0 0.58 0.90 0.74
HSL 21º 0.81% 0.15% -
HSV(B) 21º 0.9% 0.26% -
XYZ 2.77 2.04 0.45 -
YUV 37.27 110.92 149.21 -
System Red Green Blue C M Y K H S L
Decimal 67 28 7 0 0.58 0.90 0.74 21 0.81 0.15
Hex 43 1C 7 0 3A 5A 4A 15 51 F
Octal 103 34 7 0 72 132 112 25 121 17
Binary 1000011 11100 111 0 111010 1011010 1001010 10101 1010001 1111

Color Harmonies of #431C07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C07

Black with #431C07

Text Example


Text Example

White with #431C07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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