Html Css Color HEX #381703 Brown Pod

📋 copy color: '#381703'

red 56 ◦ green 23 ◦ blue 3

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

Shades of Brown Pod #381703

Tints of Brown Pod #381703

RGB

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

 GREEN value IS 23 (9.38% from 255) = 28.05%

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

R = 68.29%
G = 28.05%
B = 3.66%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.95

 K value IS 0.78

RGB Variations

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

Color information

#381703 (or 0x381703) is known color: Brown Pod. HEX triplet: 38, 17 and 03. RGB value is (56,23,3). Sum of RGB (Red+Green+Blue) = 56+23+3=82 (10% of max value = 765). Red value is 56 (22.27% from 255 or 68.29% from 82); Green value is 23 (9.38% from 255 or 28.05% from 82); Blue value is 3 (1.56% from 255 or 3.66% from 82); Max value from RGB is 56 - color contains mainly: red. Hex color #381703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381703 is #C7E8FC. Grayscale: #1E1E1E. Windows color (decimal): -13101309 or 202552. OLE color: 202552.

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

Color convert

RGB 56 23 3 -
CMYK 0 0.59 0.95 0.78
HSL 22.64º 0.9% 0.12% -
HSV(B) 22.64º 0.95% 0.22% -
XYZ 1.95 1.46 0.27 -
YUV 30.59 112.43 146.13 -
System Red Green Blue C M Y K H S L
Decimal 56 23 3 0 0.59 0.95 0.78 22.64 0.9 0.12
Hex 38 17 3 0 3B 5F 4E 17 5A C
Octal 70 27 3 0 73 137 116 27 132 14
Binary 111000 10111 11 0 111011 1011111 1001110 10111 1011010 1100

Color Harmonies of #381703

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #381703

Black with #381703

Text Example


Text Example

White with #381703

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #381703; }

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

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

background-color css

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

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

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

border-color css

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

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

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