Html Css Color HEX #431C1B Seal Brown

📋 copy color: '#431C1B'

red 67 ◦ green 28 ◦ blue 27

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

Shades of Seal Brown #431C1B

Tints of Seal Brown #431C1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 22.13%

R = 54.92%
G = 22.95%
B = 22.13%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#431C1B (or 0x431C1B) is known color: Seal Brown. HEX triplet: 43, 1C and 1B. RGB value is (67,28,27). Sum of RGB (Red+Green+Blue) = 67+28+27=122 (16% of max value = 765). Red value is 67 (26.56% from 255 or 54.92% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 27 (10.94% from 255 or 22.13% from 122); Max value from RGB is 67 - color contains mainly: red. Hex color #431C1B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #431C1B is #BCE3E4. Grayscale: #272727. Windows color (decimal): -12379109 or 1776707. OLE color: 1776707.

HSL color Cylindrical-coordinate representation of color #431C1B: hue angle of 1.5º degrees, saturation: 0.43, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #431C1B is Cyan = 0, Magento = 0.58, Yellow = 0.60 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 28 27 -
CMYK 0 0.58 0.60 0.74
HSL 1.5º 0.43% 0.18% -
HSV(B) 1.5º 0.6% 0.26% -
XYZ 2.93 2.1 1.29 -
YUV 39.55 120.92 147.58 -
System Red Green Blue C M Y K H S L
Decimal 67 28 27 0 0.58 0.60 0.74 1.5 0.43 0.18
Hex 43 1C 1B 0 3A 3C 4A 2 2B 12
Octal 103 34 33 0 72 74 112 2 53 22
Binary 1000011 11100 11011 0 111010 111100 1001010 10 101011 10010

Color Harmonies of #431C1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #431C1B

Black with #431C1B

Text Example


Text Example

White with #431C1B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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