Html Css Color HEX #433013 Clinker

📋 copy color: '#433013'

red 67 ◦ green 48 ◦ blue 19

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

Shades of Clinker #433013

Tints of Clinker #433013

RGB

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

 GREEN value IS 48 (19.14% from 255) = 35.82%

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

R = 50%
G = 35.82%
B = 14.18%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.72

 K value IS 0.74

RGB Variations

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

Color information

#433013 (or 0x433013) is known color: Clinker. HEX triplet: 43, 30 and 13. RGB value is (67,48,19). Sum of RGB (Red+Green+Blue) = 67+48+19=134 (17% of max value = 765). Red value is 67 (26.56% from 255 or 50% from 134); Green value is 48 (19.14% from 255 or 35.82% from 134); Blue value is 19 (7.81% from 255 or 14.18% from 134); Max value from RGB is 67 - color contains mainly: red. Hex color #433013 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433013 is #BCCFEC. Grayscale: #323232. Windows color (decimal): -12373997 or 1257539. OLE color: 1257539.

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

Color convert

RGB 67 48 19 -
CMYK 0 0.28 0.72 0.74
HSL 36.25º 0.56% 0.17% -
HSV(B) 36.25º 0.72% 0.26% -
XYZ 3.49 3.35 1.08 -
YUV 50.38 110.29 139.86 -
System Red Green Blue C M Y K H S L
Decimal 67 48 19 0 0.28 0.72 0.74 36.25 0.56 0.17
Hex 43 30 13 0 1C 48 4A 24 38 11
Octal 103 60 23 0 34 110 112 44 70 21
Binary 1000011 110000 10011 0 11100 1001000 1001010 100100 111000 10001

Color Harmonies of #433013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433013

Black with #433013

Text Example


Text Example

White with #433013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433013; }

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

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

background-color css

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

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

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

border-color css

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

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

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