Html Css Color HEX #453319 Clinker

📋 copy color: '#453319'

red 69 ◦ green 51 ◦ blue 25

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

Shades of Clinker #453319

Tints of Clinker #453319

RGB

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

 GREEN value IS 51 (20.31% from 255) = 35.17%

 BLUE value IS 25 (10.16% from 255) = 17.24%

R = 47.59%
G = 35.17%
B = 17.24%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#453319 (or 0x453319) is known color: Clinker. HEX triplet: 45, 33 and 19. RGB value is (69,51,25). Sum of RGB (Red+Green+Blue) = 69+51+25=145 (19% of max value = 765). Red value is 69 (27.34% from 255 or 47.59% from 145); Green value is 51 (20.31% from 255 or 35.17% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 69 - color contains mainly: red. Hex color #453319 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #453319 is #BACCE6. Grayscale: #353535. Windows color (decimal): -12242151 or 1651525. OLE color: 1651525.

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

Color convert

RGB 69 51 25 -
CMYK 0 0.26 0.64 0.73
HSL 35.45º 0.47% 0.18% -
HSV(B) 35.45º 0.64% 0.27% -
XYZ 3.81 3.7 1.43 -
YUV 53.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 69 51 25 0 0.26 0.64 0.73 35.45 0.47 0.18
Hex 45 33 19 0 1A 40 49 23 2F 12
Octal 105 63 31 0 32 100 111 43 57 22
Binary 1000101 110011 11001 0 11010 1000000 1001001 100011 101111 10010

Color Harmonies of #453319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #453319

Black with #453319

Text Example


Text Example

White with #453319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #453319; }

 p { color: rgb(69,51,25); }

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

background-color css

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

 a { background-color: rgb(69,51,25); }

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

border-color css

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

 span { border-color: rgb(69,51,25); }

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