Html Css Color HEX #432F15 Clinker

📋 copy color: '#432F15'

red 67 ◦ green 47 ◦ blue 21

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

Shades of Clinker #432F15

Tints of Clinker #432F15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 15.56%

R = 49.63%
G = 34.81%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.69

 K value IS 0.74

RGB Variations

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

Color information

#432F15 (or 0x432F15) is known color: Clinker. HEX triplet: 43, 2F and 15. RGB value is (67,47,21). Sum of RGB (Red+Green+Blue) = 67+47+21=135 (17% of max value = 765). Red value is 67 (26.56% from 255 or 49.63% from 135); Green value is 47 (18.75% from 255 or 34.81% from 135); Blue value is 21 (8.59% from 255 or 15.56% from 135); Max value from RGB is 67 - color contains mainly: red. Hex color #432F15 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #432F15 is #BCD0EA. Grayscale: #323232. Windows color (decimal): -12374251 or 1388355. OLE color: 1388355.

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

Color convert

RGB 67 47 21 -
CMYK 0 0.30 0.69 0.74
HSL 33.91º 0.52% 0.17% -
HSV(B) 33.91º 0.69% 0.26% -
XYZ 3.47 3.28 1.16 -
YUV 50.02 111.63 140.11 -
System Red Green Blue C M Y K H S L
Decimal 67 47 21 0 0.30 0.69 0.74 33.91 0.52 0.17
Hex 43 2F 15 0 1E 45 4A 22 34 11
Octal 103 57 25 0 36 105 112 42 64 21
Binary 1000011 101111 10101 0 11110 1000101 1001010 100010 110100 10001

Color Harmonies of #432F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #432F15

Black with #432F15

Text Example


Text Example

White with #432F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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