Html Css Color HEX #432020 Seal Brown

📋 copy color: '#432020'

red 67 ◦ green 32 ◦ blue 32

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

Shades of Seal Brown #432020

Tints of Seal Brown #432020

RGB

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

 GREEN value IS 32 (12.89% from 255) = 24.43%

 BLUE value IS 32 (12.89% from 255) = 24.43%

R = 51.15%
G = 24.43%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.74

RGB Variations

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

Color information

#432020 (or 0x432020) is known color: Seal Brown. HEX triplet: 43, 20 and 20. RGB value is (67,32,32). Sum of RGB (Red+Green+Blue) = 67+32+32=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 32 (12.89% from 255 or 24.43% from 131); Blue value is 32 (12.89% from 255 or 24.43% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #432020 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #432020 is #BCDFDF. Grayscale: #2A2A2A. Windows color (decimal): -12378080 or 2105411. OLE color: 2105411.

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

Color convert

RGB 67 32 32 -
CMYK 0 0.52 0.52 0.74
HSL 0.35% 0.19% -
HSV(B) 0.52% 0.26% -
XYZ 3.09 2.33 1.65 -
YUV 42.47 122.1 145.5 -
System Red Green Blue C M Y K H S L
Decimal 67 32 32 0 0.52 0.52 0.74 0 0.35 0.19
Hex 43 20 20 0 34 34 4A 0 23 13
Octal 103 40 40 0 64 64 112 0 43 23
Binary 1000011 100000 100000 0 110100 110100 1001010 0 100011 10011

Color Harmonies of #432020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432020

Black with #432020

Text Example


Text Example

White with #432020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432020; }

 p { color: rgb(67,32,32); }

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

background-color css

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

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

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

border-color css

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

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

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