Html Css Color HEX #431C13 Brown Pod

📋 copy color: '#431C13'

red 67 ◦ green 28 ◦ blue 19

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

Shades of Brown Pod #431C13

Tints of Brown Pod #431C13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 16.67%

R = 58.77%
G = 24.56%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#431C13 (or 0x431C13) is known color: Brown Pod. HEX triplet: 43, 1C and 13. RGB value is (67,28,19). Sum of RGB (Red+Green+Blue) = 67+28+19=114 (15% of max value = 765). Red value is 67 (26.56% from 255 or 58.77% from 114); Green value is 28 (11.33% from 255 or 24.56% from 114); Blue value is 19 (7.81% from 255 or 16.67% from 114); Max value from RGB is 67 - color contains mainly: red. Hex color #431C13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #431C13 is #BCE3EC. Grayscale: #262626. Windows color (decimal): -12379117 or 1252419. OLE color: 1252419.

HSL color Cylindrical-coordinate representation of color #431C13: hue angle of 11.25º degrees, saturation: 0.56, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #431C13 is Cyan = 0, Magento = 0.58, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 28 19 -
CMYK 0 0.58 0.72 0.74
HSL 11.25º 0.56% 0.17% -
HSV(B) 11.25º 0.72% 0.26% -
XYZ 2.85 2.07 0.87 -
YUV 38.64 116.92 148.23 -
System Red Green Blue C M Y K H S L
Decimal 67 28 19 0 0.58 0.72 0.74 11.25 0.56 0.17
Hex 43 1C 13 0 3A 48 4A B 38 11
Octal 103 34 23 0 72 110 112 13 70 21
Binary 1000011 11100 10011 0 111010 1001000 1001010 1011 111000 10001

Color Harmonies of #431C13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C13

Black with #431C13

Text Example


Text Example

White with #431C13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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