Html Css Color HEX #432000 Brown Pod

📋 copy color: '#432000'

red 67 ◦ green 32 ◦ blue 0

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

Shades of Brown Pod #432000

Tints of Brown Pod #432000

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.68%
G = 32.32%
B = 0%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 1

 K value IS 0.74

RGB Variations

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

Color information

#432000 (or 0x432000) is known color: Brown Pod. HEX triplet: 43, 20 and 00. RGB value is (67,32,0). Sum of RGB (Red+Green+Blue) = 67+32+0=99 (13% of max value = 765). Red value is 67 (26.56% from 255 or 67.68% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 0 (0.39% from 255 or 0% from 99); Max value from RGB is 67 - color contains mainly: red. Hex color #432000 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432000 is #BCDFFF. Grayscale: #262626. Windows color (decimal): -12378112 or 8259. OLE color: 8259.

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

Color convert

RGB 67 32 0 -
CMYK 0 0.52 1 0.74
HSL 28.66º 1% 0.13% -
HSV(B) 28.66º 1% 0.26% -
XYZ 2.83 2.23 0.28 -
YUV 38.82 106.1 148.1 -
System Red Green Blue C M Y K H S L
Decimal 67 32 0 0 0.52 1 0.74 28.66 1 0.13
Hex 43 20 0 0 34 64 4A 1D 64 D
Octal 103 40 0 0 64 144 112 35 144 15
Binary 1000011 100000 0 0 110100 1100100 1001010 11101 1100100 1101

Color Harmonies of #432000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432000

Black with #432000

Text Example


Text Example

White with #432000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432000; }

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

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

background-color css

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

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

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

border-color css

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

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

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