Html Css Color HEX #380A03 Seal Brown

📋 copy color: '#380A03'

red 56 ◦ green 10 ◦ blue 3

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

Shades of Seal Brown #380A03

Tints of Seal Brown #380A03

RGB

 RED value IS 56 (22.27% from 255) = 81.16%

 GREEN value IS 10 (4.3% from 255) = 14.49%

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

R = 81.16%
G = 14.49%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#380A03 (or 0x380A03) is known color: Seal Brown. HEX triplet: 38, 0A and 03. RGB value is (56,10,3). Sum of RGB (Red+Green+Blue) = 56+10+3=69 (9% of max value = 765). Red value is 56 (22.27% from 255 or 81.16% from 69); Green value is 10 (4.30% from 255 or 14.49% from 69); Blue value is 3 (1.56% from 255 or 4.35% from 69); Max value from RGB is 56 - color contains mainly: red. Hex color #380A03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380A03 is #C7F5FC. Grayscale: #171717. Windows color (decimal): -13104637 or 199224. OLE color: 199224.

HSL color Cylindrical-coordinate representation of color #380A03: hue angle of 7.92º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #380A03 is Cyan = 0, Magento = 0.82, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 10 3 -
CMYK 0 0.82 0.95 0.78
HSL 7.92º 0.9% 0.12% -
HSV(B) 7.92º 0.95% 0.22% -
XYZ 1.76 1.06 0.2 -
YUV 22.96 116.74 151.57 -
System Red Green Blue C M Y K H S L
Decimal 56 10 3 0 0.82 0.95 0.78 7.92 0.9 0.12
Hex 38 A 3 0 52 5F 4E 8 5A C
Octal 70 12 3 0 122 137 116 10 132 14
Binary 111000 1010 11 0 1010010 1011111 1001110 1000 1011010 1100

Color Harmonies of #380A03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380A03

Black with #380A03

Text Example


Text Example

White with #380A03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #380A03; }

 p { color: rgb(56,10,3); }

 H1.HeaderClassName
 {
   color: #380A03;
 }
 .AnyTagClassName
 {
   color: #380A03;
 }
</style>

background-color css

<style>
 a { background-color: #380A03; }

 a { background-color: rgb(56,10,3); }

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

border-color css

<style>
 span { border-color: #380A03; }

 span { border-color: rgb(56,10,3); }

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