Html Css Color HEX #2C0704 Seal Brown

📋 copy color: '#2C0704'

red 44 ◦ green 7 ◦ blue 4

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

Shades of Seal Brown #2C0704

Tints of Seal Brown #2C0704

RGB

 RED value IS 44 (17.58% from 255) = 80%

 GREEN value IS 7 (3.13% from 255) = 12.73%

 BLUE value IS 4 (1.95% from 255) = 7.27%

R = 80%
G = 12.73%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.83

RGB Variations

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

Color information

#2C0704 (or 0x2C0704) is known color: Seal Brown. HEX triplet: 2C, 07 and 04. RGB value is (44,7,4). Sum of RGB (Red+Green+Blue) = 44+7+4=55 (7% of max value = 765). Red value is 44 (17.58% from 255 or 80% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 4 (1.95% from 255 or 7.27% from 55); Max value from RGB is 44 - color contains mainly: red. Hex color #2C0704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2C0704 is #D3F8FB. Grayscale: #111111. Windows color (decimal): -13891836 or 263980. OLE color: 263980.

HSL color Cylindrical-coordinate representation of color #2C0704: hue angle of 4.5º degrees, saturation: 0.83, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.17% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #2C0704 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.83.

Color convert

RGB 44 7 4 -
CMYK 0 0.84 0.91 0.83
HSL 4.5º 0.83% 0.09% -
HSV(B) 4.5º 0.91% 0.17% -
XYZ 1.14 0.7 0.19 -
YUV 17.72 120.26 146.74 -
System Red Green Blue C M Y K H S L
Decimal 44 7 4 0 0.84 0.91 0.83 4.5 0.83 0.09
Hex 2C 7 4 0 54 5B 53 4 53 9
Octal 54 7 4 0 124 133 123 4 123 11
Binary 101100 111 100 0 1010100 1011011 1010011 100 1010011 1001

Color Harmonies of #2C0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C0704

Black with #2C0704

Text Example


Text Example

White with #2C0704

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C0704; }

 p { color: rgb(44,7,4); }

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

background-color css

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

 a { background-color: rgb(44,7,4); }

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

border-color css

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

 span { border-color: rgb(44,7,4); }

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