Html Css Color HEX #432F12 Clinker

📋 copy color: '#432F12'

red 67 ◦ green 47 ◦ blue 18

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

Shades of Clinker #432F12

Tints of Clinker #432F12

RGB

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

 GREEN value IS 47 (18.75% from 255) = 35.61%

 BLUE value IS 18 (7.42% from 255) = 13.64%

R = 50.76%
G = 35.61%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.73

 K value IS 0.74

RGB Variations

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

Color information

#432F12 (or 0x432F12) is known color: Clinker. HEX triplet: 43, 2F and 12. RGB value is (67,47,18). Sum of RGB (Red+Green+Blue) = 67+47+18=132 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50.76% from 132); Green value is 47 (18.75% from 255 or 35.61% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 67 - color contains mainly: red. Hex color #432F12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F12 is #BCD0ED. Grayscale: #313131. Windows color (decimal): -12374254 or 1191747. OLE color: 1191747.

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

Color convert

RGB 67 47 18 -
CMYK 0 0.30 0.73 0.74
HSL 35.51º 0.58% 0.17% -
HSV(B) 35.51º 0.73% 0.26% -
XYZ 3.44 3.27 1.02 -
YUV 49.67 110.13 140.36 -
System Red Green Blue C M Y K H S L
Decimal 67 47 18 0 0.30 0.73 0.74 35.51 0.58 0.17
Hex 43 2F 12 0 1E 49 4A 24 3A 11
Octal 103 57 22 0 36 111 112 44 72 21
Binary 1000011 101111 10010 0 11110 1001001 1001010 100100 111010 10001

Color Harmonies of #432F12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F12

Black with #432F12

Text Example


Text Example

White with #432F12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(67,47,18); }

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

background-color css

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

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

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

border-color css

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

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

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