Html Css Color HEX #432F11 Clinker

📋 copy color: '#432F11'

red 67 ◦ green 47 ◦ blue 17

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

Shades of Clinker #432F11

Tints of Clinker #432F11

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 12.98%

R = 51.15%
G = 35.88%
B = 12.98%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.75

 K value IS 0.74

RGB Variations

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

Color information

#432F11 (or 0x432F11) is known color: Clinker. HEX triplet: 43, 2F and 11. RGB value is (67,47,17). Sum of RGB (Red+Green+Blue) = 67+47+17=131 (17% of max value = 765). Red value is 67 (26.56% from 255 or 51.15% from 131); Green value is 47 (18.75% from 255 or 35.88% from 131); Blue value is 17 (7.03% from 255 or 12.98% from 131); Max value from RGB is 67 - color contains mainly: red. Hex color #432F11 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F11 is #BCD0EE. Grayscale: #313131. Windows color (decimal): -12374255 or 1126211. OLE color: 1126211.

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

Color convert

RGB 67 47 17 -
CMYK 0 0.30 0.75 0.74
HSL 36º 0.6% 0.16% -
HSV(B) 36º 0.75% 0.26% -
XYZ 3.43 3.27 0.98 -
YUV 49.56 109.63 140.44 -
System Red Green Blue C M Y K H S L
Decimal 67 47 17 0 0.30 0.75 0.74 36 0.6 0.16
Hex 43 2F 11 0 1E 4B 4A 24 3C 10
Octal 103 57 21 0 36 113 112 44 74 20
Binary 1000011 101111 10001 0 11110 1001011 1001010 100100 111100 10000

Color Harmonies of #432F11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F11

Black with #432F11

Text Example


Text Example

White with #432F11

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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