Html Css Color HEX #452E12 Clinker

📋 copy color: '#452E12'

red 69 ◦ green 46 ◦ blue 18

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

Shades of Clinker #452E12

Tints of Clinker #452E12

RGB

 RED value IS 69 (27.34% from 255) = 51.88%

 GREEN value IS 46 (18.36% from 255) = 34.59%

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

R = 51.88%
G = 34.59%
B = 13.53%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#452E12 (or 0x452E12) is known color: Clinker. HEX triplet: 45, 2E and 12. RGB value is (69,46,18). Sum of RGB (Red+Green+Blue) = 69+46+18=133 (17% of max value = 765). Red value is 69 (27.34% from 255 or 51.88% from 133); Green value is 46 (18.36% from 255 or 34.59% from 133); Blue value is 18 (7.42% from 255 or 13.53% from 133); Max value from RGB is 69 - color contains mainly: red. Hex color #452E12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #452E12 is #BAD1ED. Grayscale: #313131. Windows color (decimal): -12243438 or 1191493. OLE color: 1191493.

HSL color Cylindrical-coordinate representation of color #452E12: hue angle of 32.94º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #452E12 is Cyan = 0, Magento = 0.33, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 46 18 -
CMYK 0 0.33 0.74 0.73
HSL 32.94º 0.59% 0.17% -
HSV(B) 32.94º 0.74% 0.27% -
XYZ 3.54 3.26 1.02 -
YUV 49.69 110.12 141.78 -
System Red Green Blue C M Y K H S L
Decimal 69 46 18 0 0.33 0.74 0.73 32.94 0.59 0.17
Hex 45 2E 12 0 21 4A 49 21 3B 11
Octal 105 56 22 0 41 112 111 41 73 21
Binary 1000101 101110 10010 0 100001 1001010 1001001 100001 111011 10001

Color Harmonies of #452E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #452E12

Black with #452E12

Text Example


Text Example

White with #452E12

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #452E12; }

 p { color: rgb(69,46,18); }

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

background-color css

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

 a { background-color: rgb(69,46,18); }

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

border-color css

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

 span { border-color: rgb(69,46,18); }

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