Html Css Color HEX #2D0704 Seal Brown

📋 copy color: '#2D0704'

red 45 ◦ green 7 ◦ blue 4

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

Shades of Seal Brown #2D0704

Tints of Seal Brown #2D0704

RGB

 RED value IS 45 (17.97% from 255) = 80.36%

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

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

R = 80.36%
G = 12.5%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.82

RGB Variations

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

Color information

#2D0704 (or 0x2D0704) is known color: Seal Brown. HEX triplet: 2D, 07 and 04. RGB value is (45,7,4). Sum of RGB (Red+Green+Blue) = 45+7+4=56 (7% of max value = 765). Red value is 45 (17.97% from 255 or 80.36% from 56); Green value is 7 (3.12% from 255 or 12.5% from 56); Blue value is 4 (1.95% from 255 or 7.14% from 56); Max value from RGB is 45 - color contains mainly: red. Hex color #2D0704 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #2D0704 is #D2F8FB. Grayscale: #121212. Windows color (decimal): -13826300 or 263981. OLE color: 263981.

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

Color convert

RGB 45 7 4 -
CMYK 0 0.84 0.91 0.82
HSL 4.39º 0.84% 0.1% -
HSV(B) 4.39º 0.91% 0.18% -
XYZ 1.18 0.72 0.19 -
YUV 18.02 120.09 147.24 -
System Red Green Blue C M Y K H S L
Decimal 45 7 4 0 0.84 0.91 0.82 4.39 0.84 0.1
Hex 2D 7 4 0 54 5B 52 4 54 A
Octal 55 7 4 0 124 133 122 4 124 12
Binary 101101 111 100 0 1010100 1011011 1010010 100 1010100 1010

Color Harmonies of #2D0704

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D0704

Black with #2D0704

Text Example


Text Example

White with #2D0704

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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