Html Css Color HEX #480C04 Seal Brown

📋 copy color: '#480C04'

red 72 ◦ green 12 ◦ blue 4

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

Shades of Seal Brown #480C04

Tints of Seal Brown #480C04

RGB

 RED value IS 72 (28.52% from 255) = 81.82%

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

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

R = 81.82%
G = 13.64%
B = 4.55%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.72

RGB Variations

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

Color information

#480C04 (or 0x480C04) is known color: Seal Brown. HEX triplet: 48, 0C and 04. RGB value is (72,12,4). Sum of RGB (Red+Green+Blue) = 72+12+4=88 (11% of max value = 765). Red value is 72 (28.52% from 255 or 81.82% from 88); Green value is 12 (5.08% from 255 or 13.64% from 88); Blue value is 4 (1.95% from 255 or 4.55% from 88); Max value from RGB is 72 - color contains mainly: red. Hex color #480C04 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C04 is #B7F3FB. Grayscale: #1D1D1D. Windows color (decimal): -12055548 or 265288. OLE color: 265288.

HSL color Cylindrical-coordinate representation of color #480C04: hue angle of 7.06º degrees, saturation: 0.89, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480C04 is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.72.

Color convert

RGB 72 12 4 -
CMYK 0 0.83 0.94 0.72
HSL 7.06º 0.89% 0.15% -
HSV(B) 7.06º 0.94% 0.28% -
XYZ 2.83 1.65 0.28 -
YUV 29.03 113.88 158.65 -
System Red Green Blue C M Y K H S L
Decimal 72 12 4 0 0.83 0.94 0.72 7.06 0.89 0.15
Hex 48 C 4 0 53 5E 48 7 59 F
Octal 110 14 4 0 123 136 110 7 131 17
Binary 1001000 1100 100 0 1010011 1011110 1001000 111 1011001 1111

Color Harmonies of #480C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C04

Black with #480C04

Text Example


Text Example

White with #480C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480C04; }

 p { color: rgb(72,12,4); }

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

background-color css

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

 a { background-color: rgb(72,12,4); }

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

border-color css

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

 span { border-color: rgb(72,12,4); }

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