Html Css Color HEX #1C0C08 Seal Brown

📋 copy color: '#1C0C08'

red 28 ◦ green 12 ◦ blue 8

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

Shades of Seal Brown #1C0C08

Tints of Seal Brown #1C0C08

RGB

 RED value IS 28 (11.33% from 255) = 58.33%

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

 BLUE value IS 8 (3.52% from 255) = 16.67%

R = 58.33%
G = 25%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.71

 K value IS 0.89

RGB Variations

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

Color information

#1C0C08 (or 0x1C0C08) is known color: Seal Brown. HEX triplet: 1C, 0C and 08. RGB value is (28,12,8). Sum of RGB (Red+Green+Blue) = 28+12+8=48 (6% of max value = 765). Red value is 28 (11.33% from 255 or 58.33% from 48); Green value is 12 (5.08% from 255 or 25% from 48); Blue value is 8 (3.52% from 255 or 16.67% from 48); Max value from RGB is 28 - color contains mainly: red. Hex color #1C0C08 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #1C0C08 is #E3F3F7. Grayscale: #101010. Windows color (decimal): -14939128 or 527388. OLE color: 527388.

HSL color Cylindrical-coordinate representation of color #1C0C08: hue angle of 12º degrees, saturation: 0.56, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #1C0C08 is Cyan = 0, Magento = 0.57, Yellow = 0.71 and Black (K on CMYK) = 0.89.

Color convert

RGB 28 12 8 -
CMYK 0 0.57 0.71 0.89
HSL 12º 0.56% 0.07% -
HSV(B) 12º 0.71% 0.11% -
XYZ 0.65 0.53 0.3 -
YUV 16.33 123.3 136.33 -
System Red Green Blue C M Y K H S L
Decimal 28 12 8 0 0.57 0.71 0.89 12 0.56 0.07
Hex 1C C 8 0 39 47 59 C 38 7
Octal 34 14 10 0 71 107 131 14 70 7
Binary 11100 1100 1000 0 111001 1000111 1011001 1100 111000 111

Color Harmonies of #1C0C08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1C0C08

Black with #1C0C08

Text Example


Text Example

White with #1C0C08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1C0C08; }

 p { color: rgb(28,12,8); }

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

background-color css

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

 a { background-color: rgb(28,12,8); }

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

border-color css

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

 span { border-color: rgb(28,12,8); }

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