Html Css Color HEX #433018 Clinker

📋 copy color: '#433018'

red 67 ◦ green 48 ◦ blue 24

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

Shades of Clinker #433018

Tints of Clinker #433018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 17.27%

R = 48.2%
G = 34.53%
B = 17.27%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.64

 K value IS 0.74

RGB Variations

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

Color information

#433018 (or 0x433018) is known color: Clinker. HEX triplet: 43, 30 and 18. RGB value is (67,48,24). Sum of RGB (Red+Green+Blue) = 67+48+24=139 (18% of max value = 765). Red value is 67 (26.56% from 255 or 48.20% from 139); Green value is 48 (19.14% from 255 or 34.53% from 139); Blue value is 24 (9.77% from 255 or 17.27% from 139); Max value from RGB is 67 - color contains mainly: red. Hex color #433018 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #433018 is #BCCFE7. Grayscale: #333333. Windows color (decimal): -12373992 or 1585219. OLE color: 1585219.

HSL color Cylindrical-coordinate representation of color #433018: hue angle of 33.49º degrees, saturation: 0.47, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #433018 is Cyan = 0, Magento = 0.28, Yellow = 0.64 and Black (K on CMYK) = 0.74.

Color convert

RGB 67 48 24 -
CMYK 0 0.28 0.64 0.74
HSL 33.49º 0.47% 0.18% -
HSV(B) 33.49º 0.64% 0.26% -
XYZ 3.54 3.37 1.33 -
YUV 50.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 67 48 24 0 0.28 0.64 0.74 33.49 0.47 0.18
Hex 43 30 18 0 1C 40 4A 21 2F 12
Octal 103 60 30 0 34 100 112 41 57 22
Binary 1000011 110000 11000 0 11100 1000000 1001010 100001 101111 10010

Color Harmonies of #433018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #433018

Black with #433018

Text Example


Text Example

White with #433018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #433018; }

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

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

background-color css

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

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

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

border-color css

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

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

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