Html Css Color HEX #380D03 Seal Brown

📋 copy color: '#380D03'

red 56 ◦ green 13 ◦ blue 3

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

Shades of Seal Brown #380D03

Tints of Seal Brown #380D03

RGB

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

 GREEN value IS 13 (5.47% from 255) = 18.06%

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

R = 77.78%
G = 18.06%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#380D03 (or 0x380D03) is known color: Seal Brown. HEX triplet: 38, 0D and 03. RGB value is (56,13,3). Sum of RGB (Red+Green+Blue) = 56+13+3=72 (9% of max value = 765). Red value is 56 (22.27% from 255 or 77.78% from 72); Green value is 13 (5.47% from 255 or 18.06% from 72); Blue value is 3 (1.56% from 255 or 4.17% from 72); Max value from RGB is 56 - color contains mainly: red. Hex color #380D03 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #380D03 is #C7F2FC. Grayscale: #181818. Windows color (decimal): -13103869 or 199992. OLE color: 199992.

HSL color Cylindrical-coordinate representation of color #380D03: hue angle of 11.32º 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 #380D03 is Cyan = 0, Magento = 0.77, Yellow = 0.95 and Black (K on CMYK) = 0.78.

Color convert

RGB 56 13 3 -
CMYK 0 0.77 0.95 0.78
HSL 11.32º 0.9% 0.12% -
HSV(B) 11.32º 0.95% 0.22% -
XYZ 1.79 1.14 0.21 -
YUV 24.72 115.75 150.31 -
System Red Green Blue C M Y K H S L
Decimal 56 13 3 0 0.77 0.95 0.78 11.32 0.9 0.12
Hex 38 D 3 0 4D 5F 4E B 5A C
Octal 70 15 3 0 115 137 116 13 132 14
Binary 111000 1101 11 0 1001101 1011111 1001110 1011 1011010 1100

Color Harmonies of #380D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #380D03

Black with #380D03

Text Example


Text Example

White with #380D03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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