Html Css Color HEX #432E13 Clinker

📋 copy color: '#432E13'

red 67 ◦ green 46 ◦ blue 19

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

Shades of Clinker #432E13

Tints of Clinker #432E13

RGB

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

 GREEN value IS 46 (18.36% from 255) = 34.85%

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

R = 50.76%
G = 34.85%
B = 14.39%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#432E13 (or 0x432E13) is known color: Clinker. HEX triplet: 43, 2E and 13. RGB value is (67,46,19). Sum of RGB (Red+Green+Blue) = 67+46+19=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 19 (7.81% from 255 or 14.39% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432E13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432E13 is #BCD1EC. Grayscale: #313131. Windows color (decimal): -12374509 or 1257027. OLE color: 1257027.

HSL color Cylindrical-coordinate representation of color #432E13: hue angle of 33.75º 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 #432E13 is Cyan = 0, Magento = 0.31, Yellow = 0.72 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 46 19 -
CMYK 0 0.31 0.72 0.74
HSL 33.75º 0.56% 0.17% -
HSV(B) 33.75º 0.72% 0.26% -
XYZ 3.41 3.19 1.05 -
YUV 49.2 110.96 140.7 -
System Red Green Blue C M Y K H S L
Decimal 67 46 19 0 0.31 0.72 0.74 33.75 0.56 0.17
Hex 43 2E 13 0 1F 48 4A 22 38 11
Octal 103 56 23 0 37 110 112 42 70 21
Binary 1000011 101110 10011 0 11111 1001000 1001010 100010 111000 10001

Color Harmonies of #432E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432E13

Black with #432E13

Text Example


Text Example

White with #432E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #432E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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