Html Css Color HEX #480C03 Seal Brown

📋 copy color: '#480C03'

red 72 ◦ green 12 ◦ blue 3

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

Shades of Seal Brown #480C03

Tints of Seal Brown #480C03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.45%

R = 82.76%
G = 13.79%
B = 3.45%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.72

RGB Variations

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

Color information

#480C03 (or 0x480C03) is known color: Seal Brown. HEX triplet: 48, 0C and 03. RGB value is (72,12,3). Sum of RGB (Red+Green+Blue) = 72+12+3=87 (11% of max value = 765). Red value is 72 (28.52% from 255 or 82.76% from 87); Green value is 12 (5.08% from 255 or 13.79% from 87); Blue value is 3 (1.56% from 255 or 3.45% from 87); Max value from RGB is 72 - color contains mainly: red. Hex color #480C03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #480C03 is #B7F3FC. Grayscale: #1D1D1D. Windows color (decimal): -12055549 or 199752. OLE color: 199752.

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

Color convert

RGB 72 12 3 -
CMYK 0 0.83 0.96 0.72
HSL 7.83º 0.92% 0.15% -
HSV(B) 7.83º 0.96% 0.28% -
XYZ 2.82 1.65 0.26 -
YUV 28.91 113.38 158.73 -
System Red Green Blue C M Y K H S L
Decimal 72 12 3 0 0.83 0.96 0.72 7.83 0.92 0.15
Hex 48 C 3 0 53 60 48 8 5C F
Octal 110 14 3 0 123 140 110 10 134 17
Binary 1001000 1100 11 0 1010011 1100000 1001000 1000 1011100 1111

Color Harmonies of #480C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480C03

Black with #480C03

Text Example


Text Example

White with #480C03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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