Html Css Color HEX #450C05 Seal Brown

📋 copy color: '#450C05'

red 69 ◦ green 12 ◦ blue 5

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

Shades of Seal Brown #450C05

Tints of Seal Brown #450C05

RGB

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

 GREEN value IS 12 (5.08% from 255) = 13.95%

 BLUE value IS 5 (2.34% from 255) = 5.81%

R = 80.23%
G = 13.95%
B = 5.81%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#450C05 (or 0x450C05) is known color: Seal Brown. HEX triplet: 45, 0C and 05. RGB value is (69,12,5). Sum of RGB (Red+Green+Blue) = 69+12+5=86 (11% of max value = 765). Red value is 69 (27.34% from 255 or 80.23% from 86); Green value is 12 (5.08% from 255 or 13.95% from 86); Blue value is 5 (2.34% from 255 or 5.81% from 86); Max value from RGB is 69 - color contains mainly: red. Hex color #450C05 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #450C05 is #BAF3FA. Grayscale: #1C1C1C. Windows color (decimal): -12252155 or 330821. OLE color: 330821.

HSL color Cylindrical-coordinate representation of color #450C05: hue angle of 6.56º degrees, saturation: 0.86, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #450C05 is Cyan = 0, Magento = 0.83, Yellow = 0.93 and Black (K on CMYK) = 0.73.

Color convert

RGB 69 12 5 -
CMYK 0 0.83 0.93 0.73
HSL 6.56º 0.86% 0.15% -
HSV(B) 6.56º 0.93% 0.27% -
XYZ 2.61 1.54 0.3 -
YUV 28.25 114.88 157.07 -
System Red Green Blue C M Y K H S L
Decimal 69 12 5 0 0.83 0.93 0.73 6.56 0.86 0.15
Hex 45 C 5 0 53 5D 49 7 56 F
Octal 105 14 5 0 123 135 111 7 126 17
Binary 1000101 1100 101 0 1010011 1011101 1001001 111 1010110 1111

Color Harmonies of #450C05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #450C05

Black with #450C05

Text Example


Text Example

White with #450C05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #450C05; }

 p { color: rgb(69,12,5); }

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

background-color css

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

 a { background-color: rgb(69,12,5); }

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

border-color css

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

 span { border-color: rgb(69,12,5); }

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